Skip to content

Dentordev/Skid-Malware-decompilations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Skid-Malware-decompilations

Collections of Script Kiddie Malware I've Found out in the wild.

What is Skidware?

  • 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.

Never Write your Malware in Python!

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.

Releases

No releases published

Packages

No packages published

Languages