MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / deep_scan_background

Function deep_scan_background

webapp_modern.py:9152–9214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9150 'scanner_max_threads': 30,
9151 'orchestrator_max_concurrent': 10,
9152 'nmap_scan_aggressivity': '-T4',
9153 'scan_interval': 120,
9154 'scan_vuln_interval': 240,
9155 'max_concurrent_scans': 6,
9156 'memory_warning_threshold': 80,
9157 'memory_critical_threshold': 92,
9158 'enable_resource_monitoring': True
9159 }
9160 },
9161 'pi_5_2gb': {
9162 'name': 'Raspberry Pi 5 (2GB)',
9163 'ram': 2048,
9164 'description': '2GB RAM - Fast CPU, moderate RAM',
9165 'settings': {
9166 'scanner_max_threads': 15,
9167 'orchestrator_max_concurrent': 6,
9168 'nmap_scan_aggressivity': '-T4',
9169 'scan_interval': 150,
9170 'scan_vuln_interval': 300,
9171 'max_concurrent_scans': 4,
9172 'memory_warning_threshold': 75,
9173 'memory_critical_threshold': 90,
9174 'enable_resource_monitoring': True
9175 }
9176 },
9177 'pi_5_4gb': {
9178 'name': 'Raspberry Pi 5 (4GB)',
9179 'ram': 4096,
9180 'description': '4GB RAM - High performance',
9181 'settings': {
9182 'scanner_max_threads': 30,
9183 'orchestrator_max_concurrent': 12,
9184 'nmap_scan_aggressivity': '-T4',
9185 'scan_interval': 120,
9186 'scan_vuln_interval': 240,
9187 'max_concurrent_scans': 6,
9188 'memory_warning_threshold': 80,
9189 'memory_critical_threshold': 92,
9190 'enable_resource_monitoring': True
9191 }
9192 },
9193 'pi_5_8gb': {
9194 'name': 'Raspberry Pi 5 (8GB)',
9195 'ram': 8192,
9196 'description': '8GB RAM - Maximum performance',
9197 'settings': {
9198 'scanner_max_threads': 40,
9199 'orchestrator_max_concurrent': 15,
9200 'nmap_scan_aggressivity': '-T4',
9201 'scan_interval': 90,
9202 'scan_vuln_interval': 180,
9203 'max_concurrent_scans': 8,
9204 'memory_warning_threshold': 82,
9205 'memory_critical_threshold': 93,
9206 'enable_resource_monitoring': True
9207 }
9208 },
9209 'pi_5_16gb': {

Callers

nothing calls this directly

Calls 4

deep_scan_hostMethod · 0.95
NetworkScannerClass · 0.90
emitMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected