Versions in this module Expand all Collapse all v1 v1.4.2 Jul 5, 2018 v1.4.1 Jan 15, 2018 Changes in this version + func Banner(s *State) + func GoGet(s *State, url, uri, cookie string) (*int, *int64) + func MakeRequest(s *State, fullUrl, cookie string) (*int, *int64) + func PrepareSignalHandler(s *State) + func PrintDirResult(s *State, r *Result) + func PrintDnsResult(s *State, r *Result) + func Process(s *State) + func ProcessDirEntry(s *State, word string, resultChan chan<- Result) + func ProcessDnsEntry(s *State, word string, resultChan chan<- Result) + func Ruler(s *State) + func SetupDir(s *State) bool + func SetupDns(s *State) bool + func ShowConfig(s *State) + func ValidateDirModeState(s *State, extensions string, codes string, proxy string, ...) *multierror.Error + func ValidateState(s *State, extensions string, codes string, proxy string) *multierror.Error + func WriteToFile(output string, s *State) + type IntSet struct + Set map[int]bool + func (set *IntSet) Add(i int) bool + func (set *IntSet) Contains(i int) bool + func (set *IntSet) Stringify() string + type PrintResultFunc func(s *State, r *Result) + type ProcessorFunc func(s *State, entity string, resultChan chan<- Result) + type RedirectError struct + StatusCode int + func (e *RedirectError) Error() string + type RedirectHandler struct + State *State + Transport http.RoundTripper + func (rh *RedirectHandler) RoundTrip(req *http.Request) (resp *http.Response, err error) + type Result struct + Entity string + Extra string + Size *int64 + Status int + type SetupFunc func(s *State) bool + type State struct + Client *http.Client + Cookies string + Expanded bool + Extensions []string + FollowRedirect bool + IncludeLength bool + InsecureSSL bool + IsWildcard bool + Mode string + NoStatus bool + OutputFile *os.File + OutputFileName string + Password string + Printer PrintResultFunc + Processor ProcessorFunc + ProxyUrl *url.URL + Quiet bool + Setup SetupFunc + ShowCNAME bool + ShowIPs bool + SignalChan chan os.Signal + StatusCodes IntSet + StdIn bool + Terminate bool + Threads int + Url string + UseSlash bool + UserAgent string + Username string + Verbose bool + WildcardForced bool + WildcardIps StringSet + Wordlist string + func InitState() State + type StringSet struct + Set map[string]bool + func (set *StringSet) Add(s string) bool + func (set *StringSet) AddRange(ss []string) + func (set *StringSet) Contains(s string) bool + func (set *StringSet) ContainsAny(ss []string) bool + func (set *StringSet) Stringify() string Incompatible versions in this module v2.0.1+incompatible Aug 29, 2018 v2.0.0+incompatible Aug 27, 2018