Arjun
Arjun is a (hidden) parameter discovery tool.
👨💻 Made by: @s0md3v
🔗 Repository: Arjun
📝 Written in: Python 3
Installation
git clone https://github.com/s0md3v/Arjun.git
cd Arjun/
Usage
Scanning a single URL:
python3 arjun.py -u <URL> --get
python3 arjun.py -u <URL> --post
python3 arjun.py -u <URL> --json
Scanning multiple URLs:
python3 arjun.py --urls <DOMAIN_LIST> --get
Scanning with multi-threading:
python3 arjun.py -u <URL> --get -t <AMOUNT_OF_THREADS>
Scanning with a delay between requests:
python3 arjun.py -u <URL> --get -d <DELAY>
Scanning with persistent parameters:
python3 arjun.py -u <URL> --get --include "<PARAMETER_NAME>=<PARAMETER_VALUE>"
Scanning and saving the output:
python3 arjun.py -u <URL> --get -o <OUTPUT_FILE>
Scanning with custom headers:
python3 arjun.py -u <URL> --get --headers "<HEADER_NAME>: <HEADER_VALUE>\n<HEADER_NAME>: <HEADER_VALUE>"