Find interesting website paths and subdomains via terminal.
- Robots.txt parser
- Use your wordlist
- For Legal Purposes Only
Pfinder requires Python 3.x+ to run.
Install the dependencies to run the script.
$ git clone https://github.com/lithg/URL-PATH-FINDER.git
$ pip3 install -r requirements.txt
$ python3 pfinder.py -u <url> -l <wordlist> --robots --sub
Instructions on how to use them in your own terminal are linked below.
Args | Default | Required |
---|---|---|
-u, -url | None | Yes |
-l, -list | paths.txt | No |
--robots | False | No |
--sub | False | No |
Parsing Robots.txt:
$ python pfinder.py -u http://example.com -l wordlist.txt --robots
Searching directories + subdomains:
$ python pfinder.py -u http://example.com -l wordlist.txt --robots --sub
Show help:
$ python pfinder.py -h
- Robots.txt parser
- Subdomain finder
- Script progress
- Show response code
- Timing
- Graphic User Interface