Gelos80Sniff/Gelos80Sniff.py
Rayyan (Ray) Hodges 3f6adc2e00 Various edits
Signed-off-by: Rayyan (Ray) Hodges <rayyan.hodges@studytafensw.edu.au>
2025-03-17 15:43:19 +11:00

8 lines
489 B
Python

# © 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.
# Results are exported to a CSV file for convenience.
# Required modules to import
import csv