Skip to content

check what services are running behind security group, and what ports are open.

Notifications You must be signed in to change notification settings

jaykumarjp/what-is-open-in-security-group-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

what-is-open-in-security-group-aws:

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.

prerequisite:

  1. python
  2. boto3 (pip install boto3)
  3. aws cli profile
  4. requests module (pip install requests)

usage:

Type command in terminal
sgfast.py default output [If aws-cli profile is default else change "default" with profile name]

Future Update

  1. Remove false-positive by checking condition as well
  2. Add - role based access

About

check what services are running behind security group, and what ports are open.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages