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

Function exploitVulnerability

web/scripts/ragnar_modern.js:14326–14332  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

14324 btn.disabled = !enabled;
14325 btn.className = enabled
14326 ? 'flex-1 bg-fuchsia-600 hover:bg-fuchsia-700 text-white py-2 px-4 rounded-lg transition-colors'
14327 : 'flex-1 bg-gray-600 text-white py-2 px-4 rounded-lg cursor-not-allowed transition-colors';
14328}
14329
14330function _setPwnUpdateStashVisible(visible) {
14331 const btn = document.getElementById('pwn-update-stash-btn');
14332 if (!btn) return;
14333 if (visible) btn.classList.remove('hidden');
14334 else btn.classList.add('hidden');
14335}

Callers 1

showNetkbEntryDetailFunction · 0.70

Calls 1

showNetkbInfoFunction · 0.70

Tested by

no test coverage detected