Skip to content

rahardian-dwi-saputra/python-pentesting

Repository files navigation

Python untuk Pentesting

Kumpulan contoh script python sederhana untuk melakukan kegiatan pentesting

Fitur

  • Menemukan subdomain
python3 finding_subdomain.py <wordlists> <domain>

alt text

  • Menemukan direktori web
python3 directory_enumeration.py <wordlists> <domain>

alt text

  • Scanning network (program ini harus dijalankan user root)
sudo python3 network_scanner.py <interface> <network>

alt text

  • Scanning port
python3 port_scanning.py <IP>

alt text

  • Cracking hash
python3 hash_cracker.py

alt text

  • Brute force login SSH
python3 brute_force_ssh.py <IP> <username> <wordlists>

alt text

alt text

About

Script python untuk penetration testing

Resources

Stars

Watchers

Forks

Languages