Skip to main content

Recon tool

Project description

kicks3

S3 bucket finder from html,js and bucket misconfiguration testing tool

pip install awscli

aws configure

Installation

pip install kick-s3

OR

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'

subdomains

python kicks3.py -u target.com -s 1

Use kicks3 as a module

import kicks3

bucketlist=kicks3.finds3(['target.com'])

scan_result=kicks3.scan_s3(bucketlist)

for result in scan_result:

print(result)#bucketname(testname),listable_for_unauth_users(true or false),listable_auth_users(true or false),writable(true or false)

Scan for subdomains

bucketlist=kicks3.finds3(['target.com'],sub=1,cookies='valueofyoursitescookie') #cookies for authenticated pages,

scan_result=kicks3.scan_s3(bucketlist)

for result in scan_result:

print(result)#bucketname(testname),listable_for_unauth_users(true or false),listable_auth_users(true or false),writable(true or false)

Note: sub and cookies are optional parameters of finds3 function

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kick-s3-1.0.4.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page