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
Found via code audit. cli/recon/engine.go:42 - User target from os.Args[1] passed to nmap. Target like --script-args=... injects flags. Fix: Validate against ^[a-zA-Z0-9._-]+$
Found via code audit. cli/recon/engine.go:42 - User target from os.Args[1] passed to nmap. Target like --script-args=... injects flags. Fix: Validate against ^[a-zA-Z0-9._-]+$