Skip to content

Directory brute forcing is a web application technology used to find and identify possible hidden directories in websites. This is done with the aim of finding forgotten or unsecured web directories to see if they are vulnerable to exploitation.

Notifications You must be signed in to change notification settings

KlaytonB/Directory-Scanner-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Directory-Scanner-Tool ☠️ ☠️

Description:

Directory brute force is used to find hidden and often forgotten directories on a site to try to compromise. 
Some various automated tools and scripts retrieve the status of the directory which is brute-forced from custom wordlists.

Installation:

sudo git clone https://github.com/mrnazu/Directory-Scanner-Tool.git

Usage:

python3 directory.py http://url/ path_of_wordlist or Directory.txt

Example:

python3 directory.py http://google.com/ Directory.txt

dir

The Code:

For this script we need two modules, requests and sys.
We need requests to send get requests to the url, 
and sys to send arguments from the command line.
and also we need two inputs:
    =>  Url of the target
    =>  The path of wordlist

About

Directory brute forcing is a web application technology used to find and identify possible hidden directories in websites. This is done with the aim of finding forgotten or unsecured web directories to see if they are vulnerable to exploitation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages