Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEmptyInput = errors.New("empty data")
)
Functions ¶
func StringTerms ¶
Types ¶
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 OutputFields ¶
type OutputWriter ¶
type OutputWriter struct {
JSON bool
}
OutputWriter outputs content to writers.
func NewOutputWriter ¶
func NewOutputWriter(json bool) *OutputWriter
NewOutputWriter creates a new OutputWriter
Click to show internal directories.
Click to hide internal directories.