From 246c68ccc3e0780a5bcf7c8b38b0175f8fe3d2dc Mon Sep 17 00:00:00 2001 From: "Rayyan (Ray) Hodges" Date: Wed, 12 Mar 2025 16:58:20 +1100 Subject: [PATCH] Create inital python script, with description. --- Gelos80Sniff.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Gelos80Sniff.py diff --git a/Gelos80Sniff.py b/Gelos80Sniff.py new file mode 100644 index 0000000..1ef94dc --- /dev/null +++ b/Gelos80Sniff.py @@ -0,0 +1,5 @@ +# © Rayyan Hodges, TAFE NSW, Gelos Enterprises, DataTrust 2025 +# 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. +