https://github.com/antomfdez/dirbomb
Multithreading directory bruteforce
https://github.com/antomfdez/dirbomb
Last synced: 12 months ago
JSON representation
Multithreading directory bruteforce
- Host: GitHub
- URL: https://github.com/antomfdez/dirbomb
- Owner: antomfdez
- Created: 2024-05-10T13:14:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T13:16:06.000Z (about 2 years ago)
- Last Synced: 2025-02-28T09:10:36.193Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DirBomb
Multithreading directory bruteforce
## Install dependencies
```bash
git clone https://github.com/antomfdez/dirbomb.git
cd dirbomb
pip3 install -r requirements.txt
```
## Usage/Examples
```
usage: dirbomb.py [-h] [-u URL] [-w WORDLIST] [-t THREADS]
options:
-h, --help show this help message and exit
-u URL, --url URL URL example: https://example.com/
-w WORDLIST, --wordlist WORDLIST
-t THREADS, --threads THREADS
```
```
python3 dirbomb.py -u https://example.com/ -w wordlist.txt -t 5
```
## Screenshots
