Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
awscanner — Finds internet-exposed resources in an AWS account | Kitploit
Tools/GitHubGitHub/owasp/awscanner
Cloud Infrastructure SecurityReconnaissanceVulnerability ScannersInformation GatheringPenetration TestingCloud SecurityMisconfiguration
GitHubowasp/awscanner

awscanner

Finds internet-exposed resources in an AWS account

View Repository
1881 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

awscanner

About

Finds internet-exposed resources in an AWS account. Results of the scan will be put in the results folder

https://owasp.org/www-project-awscanner/

Installation

root@kitploit:~
git clone https://github.com/OWASP/awscanner.git
pip install aws-shell
cd awscanner
pip install -r requirements.txt 

Usage

root@kitploit:~
aws configure
python detector.py
Download Tool