Skip to content

Python3 Pentesting Tool to bruteforce for website subdirectories.

License

Notifications You must be signed in to change notification settings

screamz2k/Route-Forcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Route-Forcer

Python3 Pentesting Tool to bruteforce for website subdirectories.

Screenshot at 2022-01-08 17-50-20

Credits

Inspired by the popular Pentesting Tool Gobuster.

I just wanted to make my own Version of it using Python3.

Features

  • Change Amount of Threads
  • Bypass Cloudflare
  • Change Useragent, Headers, Authorization, Cookies
  • Specify Fileend

Setup

  1. Clone this Repository
  2. cd into it
  3. python3 route-forcer.py -h

Usage

usage: python3 route-forcer.py -u URL -w Wordlist

required arguments:
  -u URL                Url you want to routeforce.
  -w Wordlist           Path to the wordlist you want to use.

optional arguments:
  -sc Showed Codes [Showed Codes ...]
                        Codes to show in log. [Example=200, 201]
  -ic Ignored Codes [Ignored Codes ...]
                        Codes to ignore in log. [Example=302, 304]
  -c C                  Bypass Cloudflare protected websites.
  -l Log                Path to File where to log the output.
  -t Threads            Set the Amount of Threads . [Default=20]
  -useragent Useragent  Specify your Useragent.
  -headers Headers      Specify your Headers. [Example={'useragent': 'Your-Useragent'}]
  -cookies Cookies      Specify your Cookies. [Example={'fingerprint': '3498353058'}]
  -auth Authorization   Specify your Authorization. [Example={'username': 'Your-Username'}]
  -end Fileend          Set the file-end to append to the words. [Example=php]

About

Python3 Pentesting Tool to bruteforce for website subdirectories.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages