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

Function refreshAdvVulnData

web/scripts/ragnar_modern.js:20203–20205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20201 addConsoleMessage('Automated attacks remain disabled.', 'warning');
20202 showNotification('Automated attacks remain disabled.', 'info');
20203 return;
20204 }
20205 showNotification('Automated attacks are enabled. Ensure you are authorized before proceeding.', 'warning');
20206 addConsoleMessage('Automated attacks enabled. Ragnar will launch offensive actions on discovered hosts.', 'warning');
20207 } else {
20208 addConsoleMessage('Automated attacks disabled.', 'info');

Callers 6

deleteAdvScanFunction · 0.70
deleteAllAdvScansFunction · 0.70
cancelAdvScanFunction · 0.70
startAdvVulnPollingFunction · 0.70
startZapDaemonFunction · 0.70
stopZapDaemonFunction · 0.70

Calls 1

loadAdvancedVulnDataFunction · 0.70

Tested by

no test coverage detected