Collections of Script Kiddie Malware I've Found out in the wild.
- Poorly Written Malware Code
- Malware that was auto-generated via tool and not by hand into Python code.
- Python Malware, It is Literally the one kind malware you should never be making because people like me can find out what it does and fully crack it very quickly. Pyinstaller is not a goto for this kind of dirtywork
- Poorly Obfuscated malware.
Skids take the lazy route of using languages that are not direclty compiled into machine-code making everything extremely easy to crack only requireing a little bit of paitience. This Repo is a Folder of Shame that demonstrates those who've failed to deliver up on these rule and should be treated as a The Malware Wall Of Shame.