You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command injection eliminated — All exec() calls replaced with spawn(shell:false) via utils/process.js. Child processes receive minimal environment (no API keys or tokens leaked)
SSRF protection — Connect-time IP validation via custom HTTP agents prevents DNS rebinding. IPv4-mapped IPv6 bypass patched. Redirect targets re-validated on each hop
XSS prevention — HTML reports (ghunt, nike) escape all user input via escapeHtml()