Skip to content

Solracs/recon_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RECON tool

A C++ based web endpoint enumerator.

Compile

Make sure to have libcurl installed

g++ -o recon recon.cpp -lcurl

Usage

./recon -u <target-URL> -w <wordlist>
./recon -u <target-URL> -w <wordlist> -r <max requests per minute>

TODO

  • Add custom HTTP headers