Here are the main characteristics:
- List all security groups in aws account.
- Find attached instances in that security group.
- Find public open ports in related security group.
- Get highlighted list of dangereous open ports to public.
- python
- boto3 (pip install boto3)
- aws cli profile
- requests module (pip install requests)
Type command in terminal
sgfast.py default output
[If aws-cli profile is default else change "default" with profile name]
- Remove false-positive by checking condition as well
- Add - role based access