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

Function loadPentestData

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

Source from the content-addressed store, hash-verified

11072 ports,
11073 statusText,
11074 statusClass,
11075 vulnerabilityCount: uniqueVulns.length,
11076 vulnerabilityPreview: uniqueVulns.slice(0, 2).join('; '),
11077 vulnerabilityFull: uniqueVulns.join('; '),
11078 threats,
11079 lastScan,
11080 raw: hostData
11081 };
11082}
11083
11084function formatPortsCell(ports) {
11085 if (!ports || ports.length === 0) {

Callers 1

loadTabDataFunction · 0.70

Calls 4

errorMethod · 0.80
loadManualModeDataFunction · 0.70
refreshBluetoothStatusFunction · 0.70
addConsoleMessageFunction · 0.70

Tested by

no test coverage detected