From d6816c6dcb7ba8905ff14301d0a99a19f5645bd8 Mon Sep 17 00:00:00 2001 From: "Rayyan (Ray) Hodges" Date: Fri, 28 Mar 2025 15:55:54 +1100 Subject: [PATCH] Refer to dirbuster common list --- Gelos80Sniff.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gelos80Sniff.py b/Gelos80Sniff.py index 5bb26db..37f3e00 100644 --- a/Gelos80Sniff.py +++ b/Gelos80Sniff.py @@ -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. # 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. +# Uses dirbuster common directory list found at: +# https://github.com/v0re/dirb/blob/master/wordlists/common.txt import nmap # pip install python-nmap import subprocess