Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enumerator ¶ added in v1.7.0
type Enumerator struct {
// contains filtered or unexported fields
}
func NewEnumerator ¶ added in v1.7.0
func NewEnumerator(config TargetConfig, s *scanner.Scanner) (*Enumerator, error)
type Options ¶
type Options struct {
UrlFile string
URL goflags.StringSlice
Threads int
Timeout int
Proxy string
Output io.Writer
OutputFile string
OutputType string
Stdin bool
FingerHome string
Debug bool
UpdateRule bool
DisableIcon bool
DisableJavaScript bool
Version bool
DebugResp bool
DebugReq bool
Validate bool
}
func ParseOptions ¶
func ParseOptions() *Options
type Reporter ¶ added in v1.7.0
type Reporter struct {
// contains filtered or unexported fields
}
func NewFileReporter ¶ added in v1.7.0
func NewReporter ¶ added in v1.7.0
func NewReporter(config ReporterConfig) (*Reporter, error)
type ReporterConfig ¶ added in v1.7.0
Click to show internal directories.
Click to hide internal directories.