WRecon is an open source no intussive web scanner. It is designed to discover all URL in a website recursively, without using bruteforce or unauthorized access. It comes with a camouflage engine and nice features for pentesting.
You can download WRecon by cloning the Git repository:
git clone https://github.com/fabiodelgadopereira/wrecon.git
WRecon works out of the box with Python version 3.x on any platform.
To get a list of basic options and switches use:
wrecon -h
Simple usage:
wrecon -u http://target -r 1
This project is licensed under the MIT license. See the LICENSE file for more info.