alb-soul / BruteDir

Simple python program for bruteforcing available directory on URL with wordlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BruteDir

Simple python program for bruteforcing available directory on URL with wordlist

output brutedir

Usage :

  • input your target site, e.x. : xyz.com

  • prepare txt file contains all list of keyword of directory name

Status code simply indicates wheter the urls are valid or not.

If Status Code is 200, the url available. There are many status code for HTTP response request,

you can check it here : https://developer.mozilla.org/en-US/docs/Web/HTTP/Status for detail

About

Simple python program for bruteforcing available directory on URL with wordlist


Languages

Language:Python 100.0%