Metadata-Version: 1.0
Name: PenSec
Version: 0.1.1b
Summary: Useful pentest-related stuff.
Home-page: http://konfeldt.com
Author: konfeldt
Author-email: tfd@konfeldt.com
License: LICENSE.txt
Description: 
        ===========
        PenSecscan
        ===========
        
        PenSecscan search Wordpress for exploits
        
        
        ===========
        Usage
        ===========
        
        Search exploits on Online Databases
        
        Input arguments :
        
        PenSecscan.py [-h] -u URL [-r] [-t] [-p PROXY]   
        
        optional arguments:
        
            h, --help : show this help message and exit
            u URL, --url URL : victim url
            r, --recon : Just recon (no sploits)
            t, --tor : Use Tor
            p PROXY, --proxy PROXY : Use proxy (ip:port)
        
        ===========
        Requirements
        ===========
        
        argparse
        requests
        beautifulsoup4
        
        
        
Platform: UNKNOWN
