Documentation
¶
Overview ¶
Package runner contains the internal logic
Index ¶
Constants ¶
View Source
const Version = `0.0.6`
Version is the current version
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPHeaders ¶ added in v0.0.6
type HTTPHeaders []httpserver.HTTPHeader
HTTPHeaders is a slice of HTTPHeader structs
func (*HTTPHeaders) Set ¶ added in v0.0.6
func (h *HTTPHeaders) Set(value string) error
Set sets a new header, which must be a string of the form 'name: value'
func (*HTTPHeaders) String ¶ added in v0.0.6
func (h *HTTPHeaders) String() string
type Options ¶
type Options struct { ListenAddress string Folder string BasicAuth string Realm string TLSCertificate string TLSKey string TLSDomain string HTTPS bool Verbose bool EnableUpload bool EnableTCP bool RulesFile string TCPWithTLS bool Version bool Silent bool Sandbox bool MaxFileSize int HTTP1Only bool MaxDumpBodySize int Python bool CORS bool HTTPHeaders HTTPHeaders // contains filtered or unexported fields }
Options of the tool
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line options for application
func (*Options) FolderAbsPath ¶
FolderAbsPath of the fileserver folder
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is a client for running the enumeration process.
type WatchEvent ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.