x8
Verified for current stable LTS
X8 Commands
X8 command syntax with verified terminal examples.
Commands
8 commands for X8
x8 HTTP
X8 Command: Check Hidden Parameters In Url Query
x8 -u {https://example.com/} -w <path/to/wordlist.txt> x8 HTTP
X8 Command: Check Multiple Urls In Parallel
x8 -u {https://example.com/} {https://4rt.one/} -W <0> -c <3> --verify x8 HTTP
X8 Command: Check Parameters With Custom Query Injection
x8 -u {https://example.com/?something=1%26%s} -w <path/to/wordlist.txt> x8 HTTP
X8 Command: Check Parameters With Custom Template
x8 -u {https://example.com/} -P <user[%k]=%v> -w <path/to/wordlist.txt> x8 HTTP
X8 Command: Discover Hidden Headers For Url
x8 -u {https://example.com/} --headers -w <path/to/headers.txt> x8 HTTP
X8 Command: Encode Parameters For Special Characters
x8 -u {https://example.com/?path=..%2faction.php%3f%s%23} --encode -w <path/to/wordlist.txt> x8 HTTP
X8 Command: Save Request Response Data To Directory
x8 -u {https://example.com/} -w <path/to/wordlist.txt> --save-responses <path/to/output_directory> x8 HTTP
X8 Command: Send Parameters Via Post Body Json
x8 -u {https://example.com/} -X <POST> -b '{{{"x":{%s}}}' -w <path/to/wordlist.txt> Suggest a X8 Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common X8 workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.