Skip to content

Dir-Recce is a Advanced Web Application Reconnaissance of Directories (AWARD) Tool , It Bruteforce Directories in a Target URL.

License

Notifications You must be signed in to change notification settings

CaLL0uScReW/Dir-Recce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dir-Recce

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.

Installation

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

Features

-Provide Dir for Recursively Brute Force ✔
-URL Injection Point ✔
-Provide Sub-Dir for Brute Force ✔
-Response Size Process ✔
-Multiple Methods ✔
-Split extension in wordlist ✔
-Ignore word in wordlist using regexp ✔

Usage

Basic -
● python3 konan.py -u/--url http://example.com/
Multiple Methods (check GET,POST,PUT and DELETE for word entry) -
● python konan.py -u/--url http://example.com/ -m/--methods"
Content size process (show response if the response size is ">[number]","<[number]","=[number]")-
● python konan.py -u/--url http://example.com/ -C/--length "<1000"
Wordlist split (test.php -> to -> test) -
● python konan.py -u/--url http://example.com/ -w/--wordlist /root/dict.txt -s/--split
Wordlist Ignore word,letters,number,..etc provided by regexp (\w*.php|\w*.html,^[0-9_-]+) -
● python konan.py -u/--url http://example.com/ -w/--wordlist -I/--ignore "\?+"
Recursive -
● python konan.py -u/--url http://example.com/ -E/--recursive
Brute Force directory provided by -S/--sub-dir -
● python konan.py -u/--url http://example.com/ -S/--sub-dir "admin,dashboard,robots,dev,shadow"e



Developer

https://www.github.com/Bl4cKc34sEr

About

Dir-Recce is a Advanced Web Application Reconnaissance of Directories (AWARD) Tool , It Bruteforce Directories in a Target URL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages