Documentation ¶
Index ¶
- func GenerateCIDRReport(c *cli.Context) error
- func GenerateExternalAWSIPReport() error
- func GenerateMappedEC2Report() error
- func GeneratePortReport(c *cli.Context) error
- func ListAttachedSecurityGroups() error
- func ListDetachedSecurityGroups() error
- type AWSIPRanges
- type AWSIPs
- type IPv6Prefix
- type Prefix
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCIDRReport ¶ added in v1.8.0
func GenerateCIDRReport(c *cli.Context) error
GenerateCIDRReport will generate a report of CIDR block exposure from Security Groups.
func GenerateExternalAWSIPReport ¶ added in v1.10.0
func GenerateExternalAWSIPReport() error
GenerateExternalAWSIPReport
func GenerateMappedEC2Report ¶ added in v1.11.0
func GenerateMappedEC2Report() error
func GeneratePortReport ¶ added in v1.9.0
func GeneratePortReport(c *cli.Context) error
GeneratePortReport will generate a report of PORT exposure from Security Groups.
func ListAttachedSecurityGroups ¶
func ListAttachedSecurityGroups() error
ListAttachedSecurityGroups generates a report listing out all Security Groups that are attached to a Network Interface
func ListDetachedSecurityGroups ¶
func ListDetachedSecurityGroups() error
ListDetachedSecurityGroups generates a report listing out all Security Groups that are NOT attached to a Network Interface
Types ¶
type AWSIPRanges ¶ added in v1.10.0
type AWSIPRanges struct { SyncToken string `json:"syncToken"` CreateDate string `json:"createDate"` Prefixes []*Prefix `json:"prefixes"` IPv6Prefixes []*IPv6Prefix `json:"ipv6_prefixes"` }
type IPv6Prefix ¶ added in v1.10.0
Source Files ¶
Click to show internal directories.
Click to hide internal directories.