Skip to content

xbze3/Web-Force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web-Force

A Multi-Threaded Python Web Directory Bruteforcer that can make use of a user specified wordlist for the purpose of bruteforcing.

Usage

python force.py -u URL -w WORDLIST

Flags

-u | --url - Target URL (Required)

-w | --wordlist - Path to wordlist file to be used for bruteforcing (Required)

-c | --code - Can be used to display directories which render a specific status code when visited (E.G. 200)

-e | --extension - Allows program to also enumerate for files with a specific extension

-h | --help - Diplays help screen

Important Libraries

All necessary libraries can be installed using the command: pip install -r requirements.txt

About

Multi-Threaded Web Directory Brute Forcer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages