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

Function showAdvVulnNotAvailable

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

Source from the content-addressed store, hash-verified

19388
19389 // Populate action dropdown with available attack types
19390 const actionDropdown = document.getElementById('manual-action-dropdown');
19391 if (actionDropdown) {
19392 actionDropdown.innerHTML = '<option value="">Select Action</option>';
19393 actionDropdown.disabled = true;
19394 }
19395
19396 // Store targets data for updateManualPorts function

Callers 1

loadAdvancedVulnDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected