Refer to dirbuster common list

This commit is contained in:
Ray 2025-03-28 15:55:54 +11:00
parent c26b3d7787
commit d6816c6dcb

View file

@ -3,6 +3,8 @@
# This program is coded in Python and designed to scan the local network for any clients connected that have port 80 open. # This program is coded in Python and designed to scan the local network for any clients connected that have port 80 open.
# If a machine is found to have port 80 open, it proceeds to use programs like GoBuster to check for hidden directories. # If a machine is found to have port 80 open, it proceeds to use programs like GoBuster to check for hidden directories.
# Results are exported to a TXT file for convenience if the user so desires it. # Results are exported to a TXT file for convenience if the user so desires it.
# Uses dirbuster common directory list found at:
# https://github.com/v0re/dirb/blob/master/wordlists/common.txt
import nmap # pip install python-nmap import nmap # pip install python-nmap
import subprocess import subprocess