SYMBOL INDEX (51 symbols across 8 files) FILE: cmd/cDomain/cDomain.go function main (line 7) | func main() { FILE: internal/fileutil/fileutil.go function FileExists (line 10) | func FileExists(filename string) bool { function FolderExists (line 19) | func FolderExists(folderpath string) bool { function HasStdin (line 25) | func HasStdin() bool { function ReadImf (line 39) | func ReadImf(input io.Reader) []string { FILE: internal/filters/filters.go type Result (line 5) | type Result struct function FilterIP (line 10) | func FilterIP(domains []string) Result { FILE: internal/gologger/gologger.go type Level (line 13) | type Level constant Null (line 17) | Null Level = iota constant Fatal (line 18) | Fatal constant Silent (line 19) | Silent constant Label (line 20) | Label constant Misc (line 21) | Misc constant Error (line 22) | Error constant Warning (line 23) | Warning constant Info (line 24) | Info constant Debug (line 25) | Debug constant Verbose (line 26) | Verbose function wrap (line 56) | func wrap(label string, level Level) string { function getLabel (line 82) | func getLabel(level Level, label string, sb *strings.Builder) { function log (line 104) | func log(level Level, label string, format string, args ...interface{}) { function Infof (line 139) | func Infof(format string, args ...interface{}) { function Warningf (line 144) | func Warningf(format string, args ...interface{}) { function Errorf (line 149) | func Errorf(format string, args ...interface{}) { function Debugf (line 154) | func Debugf(format string, args ...interface{}) { function Verbosef (line 159) | func Verbosef(format string, label string, args ...interface{}) { function Silentf (line 164) | func Silentf(format string, args ...interface{}) { function Fatalf (line 169) | func Fatalf(format string, args ...interface{}) { function Printf (line 175) | func Printf(format string, args ...interface{}) { function Labelf (line 180) | func Labelf(format string, args ...interface{}) { FILE: internal/requests/options.go type Request (line 11) | type Request struct type Response (line 16) | type Response struct function DefaultTransport (line 21) | func DefaultTransport() *http.Transport { FILE: internal/runner/options.go constant banner (line 10) | banner = ` constant Version (line 21) | Version = `0.0.5` type Options (line 24) | type Options struct method validateOptions (line 69) | func (options *Options) validateOptions() { method configureOutput (line 92) | func (options *Options) configureOutput() { function ParseOptions (line 38) | func ParseOptions() *Options { function showBanner (line 84) | func showBanner() { FILE: internal/runner/request.go function GetPage (line 15) | func GetPage(url string, options *Options) requests.Response { function JudgePagesK (line 52) | func JudgePagesK(page *html.Node) int { function JudgePagesI (line 66) | func JudgePagesI(page *html.Node) int { function EnuDomainByKey (line 71) | func EnuDomainByKey(page *html.Node, domains *[]string) { function GetInformation (line 79) | func GetInformation(page *html.Node) []string { function GetDomain (line 90) | func GetDomain(options *Options) []string { FILE: internal/runner/runner.go type Targets (line 14) | type Targets struct function GetDomainByKey (line 19) | func GetDomainByKey(options *Options) []string { function GetDomainByID (line 39) | func GetDomainByID(options *Options) []string { function RunEnumeration (line 44) | func RunEnumeration(options *Options) { function TransImf (line 90) | func TransImf(imf []string) Targets {