Metadata-Version: 2.1
Name: wrecon
Version: 0.82
Summary: 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.
Home-page: https://github.com/fabiodelgadopereira/wrecon
Author: Fabio Delgado
Author-email: fabio_delgado2@hotmail.com
License: MIT
Description: # WRecon 
        
        [![Python 3.x](https://img.shields.io/badge/python-v3.7-blue)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/fabiodelgadopereira/wrecon/master/LICENSE)
        [![PyPI version](https://badge.fury.io/py/wrecon.svg)](https://badge.fury.io/py/wrecon)
        
        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.
        
        Screenshots
        ----
        
        ![Screenshot](https://raw.githubusercontent.com/fabiodelgadopereira/wrecon/master/Assets/screenshot.png)
        
        Installation
        ----
        
        You can download WRecon by cloning the [Git](https://github.com/fabiodelgadopereira/wrecon) repository:
        
            git clone https://github.com/fabiodelgadopereira/wrecon.git 
        
        WRecon works out of the box with [Python](http://www.python.org/download/) version **3.x** on any platform.
        
        Usage
        ----
        
        To get a list of basic options and switches use:
        
            wrecon -h
        
        Simple usage:
        
            wrecon -u http://target -r 1
        
        ## License
        
        This project is licensed under the MIT license. See the [LICENSE](https://raw.githubusercontent.com/fabiodelgadopereira/wrecon/master/LICENSE) file for more info.  
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
