Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeSecurityGroups ¶
func DescribeSecurityGroups(svc *ec2.Client, sgIds []string) *ec2.DescribeSecurityGroupsOutput
Helper function to describe security groups
func IpInBypassList ¶
Types ¶
type VulnNI ¶
type VulnNI struct { ResourceId string PublicIp string AvailabilityZone string VulnNISGs []VulnNISG }
type VulnNISG ¶
type VulnNISG struct { VulnConfigs []VulnSGConfig GroupId string GroupName string OwnerId string VpcId string }
func GetOpenNetworkInterfaces ¶
func GetOpenNetworkInterfaces(securityGroupOutput *ec2.DescribeSecurityGroupsOutput) (bool, []VulnNISG)
Click to show internal directories.
Click to hide internal directories.