| 1 | #scanning.py |
| 2 | # This script performs a network scan to identify live hosts, their MAC addresses, and open ports. |
| 3 | # MAC/host resolution: SQLITE DB ONLY - CSV logic removed |
| 4 | # All host and scan state is stored and read exclusively via SQLite db_manager API (self.db). |
nothing calls this directly
no test coverage detected