Versions in this module Expand all Collapse all v1 v1.0.3 May 17, 2023 Changes in this version type Options + FileDictPath string v0 v0.1.3 May 6, 2023 v0.1.2 May 6, 2023 v0.1.1 May 6, 2023 Changes in this version + const DefaultOutputDirectory + const DefaultResumeFile + const Version + var Naabubuffer = bytes.Buffer + type AsnResponse struct + AsCountry string + AsName string + AsNumber string + AsRange string + func (o AsnResponse) String() string + type Options struct + Allow customlist.CustomList + Asn bool + CSPProbe bool + CSVOutput bool + CeyeApi string + CeyeDomain string + ContentLength bool + CustomHeaders customheader.CustomHeaders + CustomPorts customport.CustomPorts + Debug bool + DebugRequests bool + DebugResponse bool + Deny customlist.CustomList + ExcludeCDN bool + ExtractTitle bool + Favicon bool + FileDict string + FollowHostRedirects bool + FollowRedirects bool + HTTP2Probe bool + HTTPProxy string + Hashes string + HostMaxErrors int + InputFile string + InputRawRequest string + JSONOutput bool + Jarm bool + LeaveDefaultPorts bool + Location bool + MaxRedirects int + MaxResponseBodySizeToRead int + MaxResponseBodySizeToSave int + Methods string + NoColor bool + NoFallback bool + NoFallbackScheme bool + NoPOC bool + Output string + OutputCDN bool + OutputCName bool + OutputContentType bool + OutputExtractRegex string + OutputFilterContentLength string + OutputFilterFavicon goflags.NormalizedStringSlice + OutputFilterLinesCount string + OutputFilterRegex string + OutputFilterStatusCode string + OutputFilterString string + OutputFilterWordsCount string + OutputIP bool + OutputLinesCount bool + OutputMatchContentLength string + OutputMatchFavicon goflags.NormalizedStringSlice + OutputMatchLinesCount string + OutputMatchRegex string + OutputMatchStatusCode string + OutputMatchString string + OutputMatchWordsCount string + OutputMethod bool + OutputResponseTime bool + OutputServerHeader bool + OutputWebSocket bool + OutputWordsCount bool + Pipeline bool + Probe bool + ProbeAllIPS bool + RandomAgent bool + RateLimit int + RateLimitMinute int + RequestBody string + RequestURI string + RequestURIs string + Resolvers goflags.NormalizedStringSlice + Resume bool + Retries int + ShowStatistics bool + Silent bool + SkipDedupe bool + Smuggling bool + SocksProxy string + StatsInterval int + StatusCode bool + StoreChain bool + StoreResponse bool + StoreResponseDir string + Stream bool + TLSGrab bool + TLSProbe bool + TechDetect bool + Threads int + Timeout int + Unsafe bool + VHost bool + VHostInput bool + Verbose bool + Version bool + func ParseOptions() *Options + func (options *Options) ShouldLoadResume() bool + func (options *Options) ShouldSaveResume() bool + type Result struct + A []string + ASN interface{} + CDN bool + CDNName string + CNAMEs []string + CSPData *httpx.CSPData + Chain []httpx.ChainItem + ChainStatusCodes []int + ContentLength int + ContentType string + Error string + Failed bool + FavIconMMH3 string + FileFuzz []string + FinalURL string + HTTP2 bool + Hashes map[string]string + Host string + Input string + Jarm string + Lines int + Location string + Method string + POC []string + Path string + Pipeline bool + PluginName string + Port string + Request string + ResponseBody string + ResponseHeader string + ResponseTime string + Scheme string + StatusCode int + TLSData *cryptoutil.TLSData + Technologies []string + Timestamp time.Time + Title string + URL string + VHost bool + WebServer string + WebSocket bool + Words int + func (r Result) CSVHeader() string + func (r Result) CSVRow(scanopts *scanOptions) string + func (r Result) JSON(scanopts *scanOptions) string + type ResumeCfg struct + Index int + ResumeFrom string + type Runner struct + HostErrorsCache gcache.Cache + func New(options *Options) (*Runner, error) + func (r *Runner) Close() + func (r *Runner) RunEnumeration() + func (r *Runner) SaveResumeConfig() error