Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ReddyyZ/URLBrute-Py
- Owner: ReddyyZ
- Created: 2020-05-10T13:51:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T20:18:02.000Z (over 4 years ago)
- Last Synced: 2024-05-13T05:51:38.873Z (6 months ago)
- Topics: brute-force, bruteforcer, crawler, dir-scanner, dirscanner, dirsearch, sub-domain-enumeration, sub-domain-scanner
- Language: Python
- Size: 4.99 MB
- Stars: 47
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-hacking-lists - ReddyyZ/URLBrute-Py - Tool to brute website sub-domains and dirs. (Python)
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.