# awscanner **Repository Path**: mirrors_OWASP/awscanner ## Basic Information - **Project Name**: awscanner - **Description**: Finds internet-exposed resources in an AWS account - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-29 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```shell script git clone https://github.com/OWASP/awscanner.git pip install aws-shell cd awscanner pip install -r requirements.txt ``` # Usage ```shell script aws configure python detector.py ```