mirror of
https://github.com/reiyua/Gelos80Sniff.git
synced 2026-01-20 16:27:47 +00:00
Final little bit of comment ediitng
This commit is contained in:
parent
e75ce56da4
commit
c26b3d7787
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# rayyan.hodges@studytafensw.edu.au
|
# rayyan.hodges@studytafensw.edu.au
|
||||||
# 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.
|
# Results are exported to a TXT file for convenience if the user so desires it.
|
||||||
|
|
||||||
import nmap # pip install python-nmap
|
import nmap # pip install python-nmap
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue