Probe system shell executions, path traversal '../' sequences, and template expression injections.
Injects null bytes, pipe operators (| & ;), template interpolation payloads (${7*7}), and directory traversal paths across APIs.
Canonical test payload dispatched during security surface audits.
filename=report;cat /etc/passwdWatch the probe engine test this signature in an isolated sandbox.
Avoid Shell Executions
exec(`ping -c 1 ${host}`);execFile('/bin/ping', ['-c', '1', host]);Use execFile or native APIs with separate argument arrays instead of invoking an arbitrary shell parser.
Copy and paste into your editor to refactor this issue automatically.
Test your public domain specifically for Input Sanitization & Command Injection Scanner.
Checks commonly evaluated alongside Input Sanitization & Command Injection Scanner during surface discovery.
Detect SQL injection vulnerabilities in your web application before attackers exploit database access.
Find XSS vulnerabilities that could let attackers inject malicious scripts and steal customer sessions.
Detect exposed API keys, private tokens, and cloud secrets in client-side bundles and public responses.
Audit your site across all 41 vectors automatically on every deploy.