Completed NMAP & Refactoring

This commit is contained in:
2025-08-20 15:16:21 -05:00
parent dd673829d2
commit 63ee043f34
7 changed files with 268 additions and 245 deletions

View File

@@ -90,4 +90,7 @@ The project will be composed of the following files:
├── requirements.txt
├── PROGRESS.md
└── SPEC.md
```
```
## 7. Testing and Debugging
The script is equipped with a test mode, that only runs the script once, and not continuously. To enable, change the `TEST_MODE` variable in `config.py` to `True`. Once finished testing, change the variable back to `False`.