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:
5259
config/config-gw-nue01.egonetix.lan-20251010104729.xml
Normal file
5259
config/config-gw-nue01.egonetix.lan-20251010104729.xml
Normal file
File diff suppressed because one or more lines are too long
3237
config/config-gw-st01.egonetix.lan-20251010104656.xml
Normal file
3237
config/config-gw-st01.egonetix.lan-20251010104656.xml
Normal file
File diff suppressed because it is too large
Load Diff
12
config/requirements.txt
Normal file
12
config/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user