Initial commit: Network scanner with pfSense integration and SVG diagram generation

This commit is contained in:
mindesbunister
2025-10-10 11:03:11 +02:00
commit fbdc4974ec
15 changed files with 11869 additions and 0 deletions

12
requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
# Network Scanner Requirements
# Python 3.8+
# No external dependencies required for basic scanning
# All functionality uses Python standard library
# Optional enhancements:
# nmap>=7.94 # For more detailed port scanning
# python-nmap>=0.7.1
# netaddr>=0.8.0 # For advanced IP address manipulation
# paramiko>=3.3.1 # For more robust SSH operations
# scapy>=2.5.0 # For packet-level network analysis