Skip to content

ReddyyZ/URLBrute-Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLBrute

asciicast

What is this

URLBrute is a tool to help you brute forcing website sub-domains and dirs.
Can be used with python3 and python2.

Dependencies

  • urlbrute.py
    • requests >= 2.21.0
    • bs4 >= 0.0.1
    • datetime >= 4.3

How to install

In Linux:

chmod +x install.sh
sudo ./install.sh

In Windows, install python 3.7, then run cmd as administrator:

install.bat

Credits

Credits to danTaler who created the wordlists.

If you find a bug or have a good idea, create a issue.