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

Function getManualAttackMatrix

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

Source from the content-addressed store, hash-verified

10915 if (!ip) {
10916 statusEl.textContent = 'Enter a target IP address before scanning.';
10917 addConsoleMessage('Manual deep scan aborted: no IP provided', 'warning');
10918 return;
10919 }
10920 if (!isValidIPv4(ip)) {
10921 statusEl.textContent = 'Please enter a valid IPv4 address (e.g., 192.168.1.192).';
10922 addConsoleMessage(`Manual deep scan aborted: invalid IPv4 (${ip})`, 'error');

Callers 3

getValidActionsForPortFunction · 0.70
isActionAllowedOnPortFunction · 0.70
executeManualAttackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected