MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / scanning.py

File scanning.py

actions/scanning.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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).

Callers

nothing calls this directly

Calls 5

LoggerClass · 0.90
SharedDataClass · 0.90
NetworkScannerClass · 0.85
appendMethod · 0.80
scanMethod · 0.45

Tested by

no test coverage detected