jekil / awesome-hacking

Awesome hacking is an awesome collection of hacking tools.
https://awesomehacking.org
3.05k stars 558 forks source link

Add some useful Hacking Tools #12

Closed nil0x42 closed 2 years ago

nil0x42 commented 4 years ago

Add phpsploit (https://github.com/nil0x42/phpsploit):

Full-featured C2 framework which silently persists on webserver via evil PHP oneliner

PhpSploit is a well-known advanced & stealth PHP backdoor for persistence & privesc


Add duplicut (https://github.com/nil0x42/duplicut):

Find & remove duplicate entries from a wordlist, without changing the order and without getting OOM even on huge wordlists

duplicut is a C tool, highly optimized for a single task: Removing duplicate entries from a wordlist, without changing the order, and without getting OOM on huge wordlists whose size exceeds available memory.

It's trivial to remove duplicates by sorting, but duplicut is the only tool capable of removing them without changing the order, to assist the creation of statictically optimized wordlists for password cracking purposes.


Fix Pentration Testing typo on .gitmodules

I found this typo on .gitmodules, which was prevent on almost 200 lines, so i renamed into Penetration Testing


I liked your repo very much :smile: , feel free to ask me any question :+1: