Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ReddyyZ/URLBrute-Py

Tool to brute website sub-domains and dirs.
https://github.com/ReddyyZ/URLBrute-Py

brute-force bruteforcer crawler dir-scanner dirscanner dirsearch sub-domain-enumeration sub-domain-scanner

Last synced: 3 months ago
JSON representation

Tool to brute website sub-domains and dirs.

Awesome Lists containing this project

README

        

URLBrute








[![asciicast](https://asciinema.org/a/328894.svg)](https://asciinema.org/a/328894)

## 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:
```bash
chmod +x install.sh
sudo ./install.sh
```

In Windows, install [python 3.7](https://www.python.org/downloads/release/python-373/), then run cmd as administrator:
```bat
install.bat
```

## Credits
Credits to **[danTaler](https://github.com/danTaler/WordLists)** who created the wordlists.

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