From 3f6adc2e0056f31aacab30d61b7320ad3677b8c8 Mon Sep 17 00:00:00 2001 From: "Rayyan (Ray) Hodges" Date: Mon, 17 Mar 2025 15:43:19 +1100 Subject: [PATCH] Various edits Signed-off-by: Rayyan (Ray) Hodges --- Gelos80Sniff.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gelos80Sniff.py b/Gelos80Sniff.py index 1ef94dc..fe1804b 100644 --- a/Gelos80Sniff.py +++ b/Gelos80Sniff.py @@ -2,4 +2,7 @@ # 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. # If a machine is found to have port 80 open, proceed to use programs like GoBuster and dirb to check for hidden directories without proper security in place and exploit. +# Results are exported to a CSV file for convenience. +# Required modules to import +import csv