Skip to content

Commit e05f2d2

Browse files
authored
Update README.md
1 parent b04d9cc commit e05f2d2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ a Collection of simple python scripts, for penetration testing & automation, it'
44
## :notebook_with_decorative_cover:  Description:
55
:black_small_square: short description for each script.
66

7-
&nbsp;&nbsp;:small_orange_diamond: [SimpleHTTPServer.py](SimpleHTTPServer.py): simple http server running on port 4444, simply u can change it :)</br>
8-
&nbsp;&nbsp;:small_orange_diamond: [crypto.py](crypto.py): Encrypt/Decrypt your files with password to save your privacy. </br>
9-
&nbsp;&nbsp;:small_orange_diamond: [dirbrute.py](dirbrute.py): search for files and directories on websites. </br>
10-
&nbsp;&nbsp;:small_orange_diamond: [ftp_cracker.py](ftp_cracker.py): ftp bruteforce attack to get login informations. </br>
11-
&nbsp;&nbsp;:small_orange_diamond: [hash_cracker.py](hash_cracker.py): simple tool to crack hash, md5, sha1, sha-256, sha-512 ...etc. </br>
12-
&nbsp;&nbsp;:small_orange_diamond: [hashing.py](hashing.py): gets you the file or word's hash. </br>
13-
&nbsp;&nbsp;:small_orange_diamond: [keylogger.py](keylogger.py): keylogger to save every word typed on the keyboard. </br>
14-
&nbsp;&nbsp;:small_orange_diamond: [linuxcracker.py](linuxcracker.py): Linux Password Cracker - Dictionary Attack. </br>
15-
&nbsp;&nbsp;:small_orange_diamond: [payload.py](payload.py): simple reverse connection script, gets you shell command on the target system. </br>
16-
&nbsp;&nbsp;:small_orange_diamond: [PortScan.py](PortScan.py): simple port scanner. </br>
17-
&nbsp;&nbsp;:small_orange_diamond: [ssh_crack.py](ssh_crack.py): script for ssh bruteforce attack. </br>
18-
&nbsp;&nbsp;:small_orange_diamond: [subchecker.py](subchecker.py): Useful tools especially for penetration testers and bug hunters to check for subdomains (or list of domains generally) from a file, and get the up domains from it </br>
19-
&nbsp;&nbsp;:small_orange_diamond: [webtech.py](webtech.py): Web Technologies Detector, useful for developers, penetration testers and bug hunters. </br>
20-
&nbsp;&nbsp;:small_orange_diamond: [waybackmachine.py](waybackmachine.py): this script uses wayback machine to collect a bunch of URLs and PATHs for a specific domain. </br>
7+
- [SimpleHTTPServer.py](SimpleHTTPServer.py): simple http server running on port 4444, simply u can change it :)</br>
8+
- [crypto.py](crypto.py): Encrypt/Decrypt your files with password to save your privacy. </br>
9+
- [dirbrute.py](dirbrute.py): search for files and directories on websites. </br>
10+
- [ftp_cracker.py](ftp_cracker.py): ftp bruteforce attack to get login informations. </br>
11+
- [hash_cracker.py](hash_cracker.py): simple tool to crack hash, md5, sha1, sha-256, sha-512 ...etc. </br>
12+
- [hashing.py](hashing.py): gets you the file or word's hash. </br>
13+
- [keylogger.py](keylogger.py): keylogger to save every word typed on the keyboard. </br>
14+
- [linuxcracker.py](linuxcracker.py): Linux Password Cracker - Dictionary Attack. </br>
15+
- [payload.py](payload.py): simple reverse connection script, gets you shell command on the target system. </br>
16+
- [PortScan.py](PortScan.py): simple port scanner. </br>
17+
- [ssh_crack.py](ssh_crack.py): script for ssh bruteforce attack. </br>
18+
- [subchecker.py](subchecker.py): Useful tools especially for penetration testers and bug hunters to check for subdomains (or list of domains generally) from a file, and get the up domains from it </br>
19+
- [webtech.py](webtech.py): Web Technologies Detector, useful for developers, penetration testers and bug hunters. </br>
20+
- [waybackmachine.py](waybackmachine.py): this script uses wayback machine to collect a bunch of URLs and PATHs for a specific domain. </br>
2121

2222
I hope this collection will be useful!.
2323

0 commit comments

Comments
 (0)