Metadata-Version: 2.1
Name: kick-s3
Version: 1.0.2
Summary: Recon tool
Home-page: https://github.com/abuvanth/kicks3
Author: Syed Abuthahir
Author-email: developerabu@gmail.com
License: UNKNOWN
Description: # kicks3
        S3 bucket finder from html,js and bucket misconfiguration testing tool
        
        pip install awscli
        
        aws configure
        
        git clone https://github.com/abuvanth/kicks3.git
        
        cd kicks3
        
        pip install -r requirements.txt
        
        ## Usage
        
        # single target
        
        python kicks3.py -u http://target
        
        # list of target 
        
        python kicks3.py -u http://target -l sitelist.txt
        
        # authenticated page
        
        
        python kicks3.py -u http://target -c 'cookievalues'
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
