Skip to content

A simple Web Path Bruteforcer using C++ Request: cURL for People wrapper built on top of libcurl. It is a CLI app.

Notifications You must be signed in to change notification settings

Manmohan15214/Web-Path-BruteForcer-cURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Path-BruteForcer-cURL

A simple Web Path Bruteforcer using C++ Request: cURL for People wrapper built on top of libcurl.

The CLI interface accepts these from the user:

• Webapp urls(can be multiple, space seperated)
• A file containing a list of webapp paths that need to be brute forced against the specified
• List of success status code according to user

Sample Input:

Webapp urls: https://www.github.com
Webapp paths: (sample 5 lines out of the input file wordlist.txt)

• admin
• info
• .git/config
• .htaccess
• backup.zip

Success status codes(needs to be space seperated): 200 302

Sample Output:

A list of URLs that responded with any of the success status codes as provided in the input by the user.

https://www.github.com/info [Status code 302]
https://www.github.com/.htaccess [Status code 200]

Usage:

  1. Clone repo to local machine.
  2. Go to 'release' folder.
  • By default there is 'wordlist.txt' file containing wordlist which can be replaced with another text file having same name.
  1. Run BruteForce.exe.

Screenshot

About

A simple Web Path Bruteforcer using C++ Request: cURL for People wrapper built on top of libcurl. It is a CLI app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages