arjun
Installation
1. Install via Git
$ git clone https://github.com/s0md3v/Arjun
$ cd Arjun
$ python3 setup.py install2. Install via pip
pip3 install arjunUsage
1. Scan a Single URL
arjun -u https://api.example.com/endpoint2. Specify HTTP Method
arjun -u https://api.example.com/endpoint -m POST3. Import Targets
4. Export Results
5. Specify Injection Points
6. Multi-threading for Faster Scans
7. Introduce a Delay Between Requests
8. Set a Request Timeout
9. Handle Rate Limits
10. Include Persistent Data
11. Use a Custom Wordlist
12. Control Query/Chunk Size
13. Disable Redirects
14. Collect Parameters from Passive Sources
Reference
Last updated