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

https://github.com/antomfdez/dirbomb

Multithreading directory bruteforce
https://github.com/antomfdez/dirbomb

Last synced: 12 months ago
JSON representation

Multithreading directory bruteforce

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

![App Screenshot](https://github.com/antomfdez/dirbomb/blob/main/scree.png?raw=true)