mirror of
https://github.com/reiyua/Gelos80Sniff.git
synced 2026-01-20 08:17:47 +00:00
Refer to dirbuster common list
This commit is contained in:
parent
c26b3d7787
commit
d6816c6dcb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue