https://github.com/dentordev/skid-malware-decompilations
Script Kiddie Malware Found out in the wild.
https://github.com/dentordev/skid-malware-decompilations
discord-token-grabber malware malware-samples python script-kiddie skid-malware trojan-horse
Last synced: 3 months ago
JSON representation
Script Kiddie Malware Found out in the wild.
- Host: GitHub
- URL: https://github.com/dentordev/skid-malware-decompilations
- Owner: Dentordev
- License: bsd-3-clause
- Created: 2024-07-14T04:59:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T21:53:21.000Z (3 months ago)
- Last Synced: 2025-02-21T22:26:25.385Z (3 months ago)
- Topics: discord-token-grabber, malware, malware-samples, python, script-kiddie, skid-malware, trojan-horse
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.