arjun
Verified for current stable LTS
Arjun Command: Scan Using Post Method
An engineer would use the command 'arjun -u {{https://example.com/api}} -m POST' when performing an automated scan to identify hidden endpoints or parameters accessible via POST requests on a specified API endpoint. Exact CLI syntax to scan using post method using Arjun.
When to use this: An engineer would use the command 'arjun -u {{https://example.com/api}} -m POST' when performing an automated scan to identify hidden endpoints or parameters accessible via POST requests on a specified API endpoint.
Command Syntax
arjun -u {https://example.com/api} -m POST arjun -u `{https://example.com/api`} -m POST Command Breakdown
-u- Command Option
- Tool-specific option used by this command invocation.
-m- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to scan using post method using Arjun.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Arjun Command: Scan Url For Get Parameters
arjun -u {https://example.com/page.php} Arjun Command: Use Custom Wordlist arjun -u {https://example.com} -w <path/to/wordlist.txt> Arjun Command: Save Discovered Parameters To Json arjun -u {https://example.com} -o <path/to/output.json> Arjun Command: Increase Request Delay arjun -u {https://example.com} -d <2> Arjun Command: Scan Get Parameters arjun -u {https://example.com/page.php}