File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -34,39 +34,44 @@ The P4P-Toolkit automates any task of the THM room "Python for Pentesters".
3434You can use it as code example to automate hacking scripts
3535or modify it for your special needs in your next security engagement!
3636
37+ ** USAGE**
38+
39+ python p4p-toolkit.py
40+
41+
3742## COLLECTION OF TOOLS
3843
3944- 🕵️♂️ ** sub3num** - Discover subdomains of a target domain or website
4045
41- `` python sub3num.py example.com ``
46+ python sub3num.py example.com
4247
4348- 🐱💻 ** dir3num** - Discover web directories of a target domain
4449
45- `` python dir3num.py example.com ``
50+ python dir3num.py example.com
4651
4752- 🌐 ** 4rpsc4n** - Network scanner working the ARP protocol
4853
49- `` python 4rpsc4n.py ``
54+ python 4rpsc4n.py
5055
5156- 🕵️♂️ ** p0rtsc4n** - Discover open ports of a target system
5257
53- `` python p0rtsc4n.py ``
58+ python p0rtsc4n.py
5459
5560- 🚀 ** downloader** - Download any file of your choice
5661
57- `` python downloader.py ``
62+ python downloader.py
5863
5964- ⚡ ** h4shcr4ck** - Passwordcracker for MD5 Hashes and more
6065
61- `` python h4shcr4ck.py ``
66+ python h4shcr4ck.py
6267
6368- 🔓 ** k3yl0g** - Keylogger which outputs entered keystrokes directly (for demonstration)
6469
65- `` python k3yl0g.py ``
70+ python k3yl0g.py
6671
6772- 🎭 ** ssh_cr4ck3r** - Bruteforce SSH logins, based on a username and a password list
6873
69- `` python ssh_cr4ck3r.py ``
74+ python ssh_cr4ck3r.py
7075
7176# ⚠️ Warning
7277
You can’t perform that action at this time.
0 commit comments