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

Function exportNetkbEntry

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

Source from the content-addressed store, hash-verified

14297 html += '</div>';
14298 container.innerHTML = html;
14299}
14300
14301function toggleVulnHost(ip) {
14302 const containerId = `vuln-host-${ip.replace(/\./g, '-')}`;
14303 const chevronId = `vuln-chevron-${ip.replace(/\./g, '-')}`;
14304 const container = document.getElementById(containerId);
14305 const chevron = document.getElementById(chevronId);

Callers

nothing calls this directly

Calls 1

showNetkbInfoFunction · 0.70

Tested by

no test coverage detected