Documentation
¶
Overview ¶
Package runner executes the enumeration process.
Index ¶
Constants ¶
View Source
const Version = `0.0.6`
Version is the current version of C
Variables ¶
This section is empty.
Functions ¶
func DefaultTransport ¶
func GetCompanyID ¶
func GetCompanyID(options *Options)
func RunEnumeration ¶
func RunEnumeration(options *Options)
func SubsidiariesById ¶
func SubsidiariesById(options *Options)
Types ¶
type InvestList ¶
type Options ¶
type Options struct { CompanyName string CompanyID string // Target is a single URL/Domain to scan usng a template InputFile string // Targets specifies the targets to scan using templates. Cookie string Percent int Funds int Timeout int Output string // Output is the file to write found subdomains to. Silent bool NoColor bool Verbose bool Version bool // Version specifies if we should just show version and exit }
func ParseOptions ¶
func ParseOptions() *Options
type Subsidiary ¶
func ListInvest ¶
func ListInvest(options *Options) []Subsidiary
Click to show internal directories.
Click to hide internal directories.