https://github.com/m0rd3caii/fuzzer
Directory Searcher x Python3
https://github.com/m0rd3caii/fuzzer
fuzzing hacking-tool python3 web-fuzzer
Last synced: 9 months ago
JSON representation
Directory Searcher x Python3
- Host: GitHub
- URL: https://github.com/m0rd3caii/fuzzer
- Owner: m0rd3caii
- Created: 2024-02-19T23:26:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T23:36:24.000Z (over 2 years ago)
- Last Synced: 2025-03-12T23:18:18.823Z (over 1 year ago)
- Topics: fuzzing, hacking-tool, python3, web-fuzzer
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fuzzer
How to use it:
### Step 1
```py
python3 fuzzer.py http://192.X.X.X/ diccionario.txt
```
```ruby
╭───────────── Bienvenido ─────────────╮
│ Script de fuzzing de directorios web │
╰──────────────────────────────────────╯
Directiorio encontrado: http://192.168.1.28:8080/# directory-list-lowercase-2.3-medium.txt
Directiorio encontrado: http://192.168.1.28:8080/
Directiorio encontrado: http://192.168.1.28:8080/content
Progreso: 2%|█ | 3761/207643 [00:04<03:53, 872.73urls/s]
```