runner

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2026 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

type Runner struct {
	Threads        int
	Proxy          string
	Retries        int
	Timeout        int
	OutFile        string
	ManualProvider string
	ManualCategory string
	Resume         bool
	MinKeyLength   int
	OnlyValid      bool
	MinBalance     float64
	DeepScan       bool
	SkipMetadata   bool
	CanaryCheck    bool
	Password       string
	Bench          bool
	Factory        *validators.ValidatorFactory
	Detector       *validators.Detector
	ProxyRotator   *client.ProxyRotator
	// contains filtered or unexported fields
}

func NewRunner

func NewRunner(threads int, proxy string, retries int, timeout int, out string, manualProv string, manualCat string, resume bool, onlyValid bool, minBalance float64, skipMetadata bool, canaryCheck bool) (*Runner, error)

func (*Runner) GetKeyStream added in v1.0.8

func (r *Runner) GetKeyStream(singleKey, keyFile string) (io.ReadCloser, int, error)

func (*Runner) PreflightProxyCheck added in v1.0.8

func (r *Runner) PreflightProxyCheck()

func (*Runner) Run

func (r *Runner) Run(keyReader io.Reader, totalKeys int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL