Versions in this module Expand all Collapse all v1 v1.3.2 Jun 27, 2026 v1.3.1 Jun 23, 2026 v1.3.0 May 26, 2026 v1.2.6 Mar 6, 2026 v1.2.5 Feb 12, 2026 v1.2.4 Jan 21, 2026 v1.2.3 Dec 4, 2025 v1.2.2 Jun 5, 2025 v1.2.1 Mar 4, 2025 v1.2.0 Feb 22, 2025 Changes in this version type BrutePool + func (pool *BrutePool) Invoke(v interface{}) + func (pool *BrutePool) NoScopeInvoke(v interface{}) type Config + Headers map[string]string + Method string + RandomUserAgent bool type Unit + func (u *Unit) Update(bl *baseline.Baseline) v0 v0.3.2 Jun 29, 2026 Changes in this version + var EnableAllFuzzy = false + var EnableAllUnique = false + var ModMap = map[string]SprayMod + func NewBruteDSL(config *Config, dsl string, params [][]string) *words.Worder + func NewBruteWords(config *Config, list []string) *words.Worder + type BasePool struct + Bar *pkg.Bar + Cancel context.CancelFunc + Statistor *pkg.Statistor + Worder *words.Worder + func (pool *BasePool) FailedCount() int64 + func (pool *BasePool) RequestCount() int64 + type Baselines struct + FailedBaselines []*baseline.Baseline + func NewBaselines() *Baselines + type BrutePool struct + IsFailed bool + func NewBrutePool(ctx context.Context, config *Config) (*BrutePool, error) + func (pool *BrutePool) BaseCompare(bl *baseline.Baseline) bool + func (pool *BrutePool) Close() + func (pool *BrutePool) Handler() + func (pool *BrutePool) Init() error + func (pool *BrutePool) PreCompare(resp *ihttp.Response) error + func (pool *BrutePool) PreCompareBaseline(bl *baseline.Baseline) error + func (pool *BrutePool) Run(offset, limit int) + func (pool *BrutePool) Upgrade(bl *baseline.Baseline) error + type CheckPool struct + Pool *ants.PoolWithFunc + func NewCheckPool(ctx context.Context, config *Config) (*CheckPool, error) + func (pool *CheckPool) Close() + func (pool *CheckPool) Handler() + func (pool *CheckPool) Invoke(v interface{}) + func (pool *CheckPool) Run(ctx context.Context, offset, limit int) + type Config struct + Active bool + AppendRule *rule.Program + AppendWords []string + Bak bool + BaseURL string + BaselineURLs []string + BreakThreshold int32 + CheckPeriod int + ClientFingerprint string + ClientType int + Common bool + Crawl bool + ErrPeriod int32 + FilterExpr *vm.Program + Fns []words.WordFunc + Fuzzuli bool + Fuzzy bool + FuzzyCh chan *baseline.Baseline + IgnoreWaf bool + Index string + MatchExpr *vm.Program + MaxAppendDepth int + MaxCrawlDepth int + MaxRecursionDepth int + MaxRedirect int + Mod SprayMod + OutputCh chan *baseline.Baseline + Outwg *sync.WaitGroup + Poc bool + ProcessCh chan *baseline.Baseline + ProxyClient proxyclient.Dial + Random string + RateLimit int + RecuExpr *vm.Program + Request *ihttp.RequestConfig + RetryLimit int + Scope []string + Thread int + Timeout time.Duration + Wordlist []string + type SprayMod int + const CustomSpray + const HostSpray + const ParamSpray + const PathSpray + type Unit struct