Dir-Recce is a Advanced Web Application Reconnaissance of Directories (AWARD) Tool.
It is an Open-Source Tool scripted for Cyber-Security Researchers and Bug Hunters to help them Brute-Force Directories and Files on Web-Application.
Install Dir-Recce by cloning the Git repository in your system:
git clone https://github.com/Bl4cKc34sEr/Dir-Recce.git
Install 'pip' with
cd Dir-Recce && pip install -r requirements.txt
Run Dir-Recce
python3 recce.py
Basic -● python3 konan.py -u/--url http://example.com/
● python konan.py -u/--url http://example.com/ -m/--methods"
● python konan.py -u/--url http://example.com/ -C/--length "<1000"
● python konan.py -u/--url http://example.com/ -w/--wordlist /root/dict.txt -s/--split
● python konan.py -u/--url http://example.com/ -w/--wordlist -I/--ignore "\?+"
● python konan.py -u/--url http://example.com/ -E/--recursive
● python konan.py -u/--url http://example.com/ -S/--sub-dir "admin,dashboard,robots,dev,shadow"e
https://www.github.com/Bl4cKc34sEr