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

Function arePwnFeaturesEnabled

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

Source from the content-addressed store, hash-verified

6872 <td class="px-2 py-1 font-mono text-gray-300" title="${escapeHtml(s.ja4_r || '')}">${escapeHtml(s.ja4 || '—')}</td>
6873 <td class="px-2 py-1 text-gray-400">${escapeHtml(neg)}</td>
6874 </tr>`;
6875 (s.findings || []).forEach(f => {
6876 html += `<tr class="border-0"><td></td><td colspan="5" class="px-2 pb-1 text-xs ${_TLS_SEV_COLOR[f.severity] || 'text-gray-400'}">└ ${escapeHtml(f.severity)} ${escapeHtml(f.code)}: ${escapeHtml(f.message)}</td></tr>`;
6877 });
6878 });
6879 html += '</tbody></table>';

Callers 2

updatePwnDiscoveredCardFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected