d4xn / pydir

a very simple script inspired in gobuster and dirbuster writed in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐍PYDIR🐍

Inspired in gobuster and dirbuster.
Writed in python.
Very simple.
A bit slow, in the future i will add threading.

USAGE

USAGE > python3 pydir.py -u [URL] -w [WORDLIST PATH] -e (Not Obligatory) [EXTENSION]
EXAMPLE > python3 pydir.py -u https:// www .web .com/ -w /home/user/Desktop/wordlists/dict.txt -e php
▼ ARGS ▼
-h || --help > Shows the usage of the script
-u || --url > The URL of the web we will make the requests
-w || --wordlist > Your wordlist path
-e || --extension > The extension that will be added at the end of the url. It isn't needed

THANKS FOR READING!

About

a very simple script inspired in gobuster and dirbuster writed in python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%