Documentation
¶
Index ¶
Constants ¶
View Source
const ( TERMINAL_CLEAR_LINE = "\r\x1b[2K" ANSI_CLEAR = "\x1b[0m" ANSI_RED = "\x1b[31m" ANSI_GREEN = "\x1b[32m" ANSI_BLUE = "\x1b[34m" ANSI_YELLOW = "\x1b[33m" )
View Source
const ( BANNER_HEADER = `` /* 243-byte string literal not displayed */ BANNER_SEP = "________________________________________________" )
Variables ¶
This section is empty.
Functions ¶
func NewOutputProviderByName ¶
func NewOutputProviderByName(name string, conf *ffuf.Config) ffuf.OutputProvider
Types ¶
type JsonResult ¶
type JsonResult struct { Input map[string]string `json:"input"` Position int `json:"position"` StatusCode int64 `json:"status"` ContentLength int64 `json:"length"` ContentWords int64 `json:"words"` ContentLines int64 `json:"lines"` RedirectLocation string `json:"redirectlocation"` ResultFile string `json:"resultfile"` Url string `json:"url"` Host string `json:"host"` }
type Result ¶
type Result struct { Input map[string][]byte `json:"input"` Position int `json:"position"` StatusCode int64 `json:"status"` ContentLength int64 `json:"length"` ContentWords int64 `json:"words"` ContentLines int64 `json:"lines"` RedirectLocation string `json:"redirectlocation"` Url string `json:"url"` ResultFile string `json:"resultfile"` Host string `json:"host"` HTMLColor string `json:"-"` }
type Stdoutput ¶
type Stdoutput struct { Results []Result // contains filtered or unexported fields }
func NewStdoutput ¶
Click to show internal directories.
Click to hide internal directories.