Versions in this module Expand all Collapse all v1 v1.0.3 May 23, 2026 Changes in this version + type Core struct + AuthHeader string + Baseline *baseline.Baseline + Cancel context.CancelFunc + Client *fasthttp.Client + Ctx context.Context + Delay time.Duration + DirsChan chan string + Exts []string + File *color.Color + Header []string + IgnoreCodes []int + Limiter chan struct{} + Method string + Mode Mode + Others *color.Color + Placeholder string + Quiet bool + Recursive bool + Timeout time.Duration + UserAgents []string + VisitedDirs map[string]bool + VisitedMutex sync.Mutex + WG *sync.WaitGroup + WL []string + Wildcard *wildcard.Wildcard + func (c *Core) Run(baseUrl string) <-chan Result + func (c *Core) RunDir(baseURL string) <-chan Result + func (c *Core) RunFuzz(baseURL string) <-chan Result + func (c *Core) RunPorts(baseUrl string) <-chan Result + type Mode int + const ModeDir + const ModeFuzz + const ModePort + type Result struct + Extra string + Prefix string + Size int + Status int + URL string