Reorganize project structure: move code to src/, docs to docs/, config to config/, scripts to scripts/, results to results/, tests to tests/. Keep only main script and latest scan results in root.

This commit is contained in:
mindesbunister
2025-10-10 15:39:59 +02:00
parent b8e06617e8
commit da5f1f2d0c
26 changed files with 581 additions and 53 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

12
config/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