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

Function formatPwnStateLabel

web/scripts/ragnar_modern.js:6731–6736  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

6729 }).catch(() => {});
6730}
6731async function runNtpWatch() {
6732 const out = document.getElementById('ntp-results');
6733 if (!out) return;
6734 const btn = (typeof event !== 'undefined' && event && event.target) ? event.target : null;
6735 const ifaceSel = document.getElementById('ntp-iface');
6736 const iface = ifaceSel && ifaceSel.value ? ifaceSel.value : '';
6737 const secsEl = document.getElementById('ntp-secs');
6738 const secs = secsEl && secsEl.value ? secsEl.value : '15';
6739 _ndBusy(btn, true, 'Listening…');

Callers 1

initializeSocketFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected