https://github.com/r3li4nt/awsecure
Herramienta de seguridad para entornos AWS, diseñada para analizar la infraestructura.
https://github.com/r3li4nt/awsecure
aws cloud hacking scanner security vulnerabilities
Last synced: about 2 months ago
JSON representation
Herramienta de seguridad para entornos AWS, diseñada para analizar la infraestructura.
- Host: GitHub
- URL: https://github.com/r3li4nt/awsecure
- Owner: R3LI4NT
- Created: 2025-05-19T21:08:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-13T21:44:55.000Z (12 months ago)
- Last Synced: 2025-07-13T23:33:51.268Z (12 months ago)
- Topics: aws, cloud, hacking, scanner, security, vulnerabilities
- Language: Python
- Homepage:
- Size: 2.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AWSecure es una herramienta de seguridad de código abierto desarrollada en Python, diseñada para analizar y auditar entornos de infraestructura en Amazon Web Services (AWS). Su objetivo principal es facilitar la identificación de configuraciones inseguras y posibles vulnerabilidades en cuentas y servicios de AWS.
#### ~ Instalación
- [x] Tested on: Kali Linux
> [!IMPORTANT]
> Antes de ejecutar la herramienta, asegúrate de configurar las credenciales de AWS en la CLI. Estas se almacenan en la ruta: `~/.aws/credentials`.
```
• git clone https://github.com/R3LI4NT/AWSecure
• cd AWSecure
• python3 -m venv myenv && source myenv/bin/activate
• pip3 install -r requirements.txt
```
> Instalar AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
#### ~ Algunos ejemplos de uso
- [x] Banner

- [x] Comprobante de MFA


- [x] Comprobante de validación de archivos

- [x] Comprobante de Snapshots sin cifrar

- [x] Reportes HTML interactivos






En caso de querer contribuir con el proyecto, por favor, contactarme al siguiente correo. Se darán créditos por ello.

¡Gracias!
### Importante
**`ES:`** No me hago responsable del mal uso que se le pueda dar a esta herramienta, úselo para Pentesting o fines educativos.
**`EN:`** I am not responsible for the misuse that may be given to this tool, use it for Pentesting or educational purposes.
#R3LI4NT