Versions in this module Expand all Collapse all v2 v2.0.2 Sep 9, 2023 v2.0.1 Sep 9, 2023 Changes in this version + const ANSI_BLUE + const ANSI_CLEAR + const ANSI_GREEN + const ANSI_RED + const ANSI_YELLOW + const BANNER_HEADER + const BANNER_SEP + const TERMINAL_CLEAR_LINE + func NewOutputProviderByName(name string, conf *ffuf.Config) ffuf.OutputProvider + type JsonResult struct + ContentLength int64 + ContentLines int64 + ContentType string + ContentWords int64 + Duration time.Duration + Host string + Input map[string]string + Position int + RedirectLocation string + ResultFile string + ScraperData map[string][]string + StatusCode int64 + Url string + type Stdoutput struct + CurrentResults []ffuf.Result + Results []ffuf.Result + func NewStdoutput(conf *ffuf.Config) *Stdoutput + func (s *Stdoutput) Banner() + func (s *Stdoutput) Cycle() + func (s *Stdoutput) Error(errstring string) + func (s *Stdoutput) Finalize() error + func (s *Stdoutput) GetCurrentResults() []ffuf.Result + func (s *Stdoutput) Info(infostring string) + func (s *Stdoutput) PrintResult(res ffuf.Result) + func (s *Stdoutput) Progress(status ffuf.Progress) + func (s *Stdoutput) Raw(output string) + func (s *Stdoutput) Reset() + func (s *Stdoutput) Result(resp ffuf.Response) + func (s *Stdoutput) SaveFile(filename, format string) error + func (s *Stdoutput) SetCurrentResults(results []ffuf.Result) + func (s *Stdoutput) Warning(warnstring string)