AWS Report : A Tool For Analyzing Amazon Resources

AWS Report is a tool for analyzing amazon resources.

Install Using PIP

pip install awsreport

Features

Search IAM users based on creation date
Search buckets public
Search security based in rules, default is 0.0.0.0/0
Search elastic ip dissociated
Search volumes available
Search AMIs with permission public
Search internet gateways detached

Options

aws_report.py [OPTIONS]

Options:
–s3 Search buckets public in s3
–iam Search iam users based on creation date
–iam-max-age Use max-age to search for users created more than X days ago
–sg Search security groups with inbound specific rule
–elasticip Search elastic IP not associated
–volumes Search volumes available
–ami Search AMIs with permission public
–owner Defines the owner of the resources to be found
–igw Search internet gateways detached
–help Show this message and exit.

Examples:
python awsreport.py –s3
python awsreport.py –iam –owner 296192063842
python awsreport.py –iam –iam-max-age 60
python awsreport.py –sg –cidr 192.168.1.0/24 or
python awsreport.py –sg (cidr default is 0.0.0.0)

R K

Recent Posts

Cybersecurity Toolkit – Essential Python Tools For Penetration Testing

Welcome to the Cybersecurity Toolkit, a collection of essential Python tools designed for penetration testing…

21 hours ago

i-Haklab : Unleashing The Power Of Termux For Enhanced Cybersecurity

The main objective of the creation of this laboratory is to transport the applications, tools…

21 hours ago

Dark FB – A Comprehensive Toolkit For Advanced Facebook Interactions

"Dark FB" is a powerful toolkit designed for those who wish to delve deeper into…

21 hours ago

Wifi-Hacking.py : Your Ultimate Guide To Ethical WiFi Penetration Testing

Unlock the potential of ethical hacking with Wifi-Hacking.py, a powerful cybersecurity tool designed to navigate…

2 days ago

THREAT ACTORS – TTPs : Decoding The Digital Underworld Through Comprehensive Mapping

This repository was created with the aim of assisting companies and independent researchers about Tactics,…

2 days ago

MagicDot : Harnessing DOT-To-NT Path Conversion For Rootkit-Like Capabilities

A set of rootkit-like abilities for unprivileged users, and vulnerabilities based on the DOT-to-NT path…

2 days ago