Documentation
¶
Index ¶
Constants ¶
View Source
const ( METHOD_POST = "POST" METHOD_GET = "GET" )
Variables ¶
View Source
var HttpClient *http.Client
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct { Args *service.Flags Jobs map[string]*Job Urls []string PostData []string ScannerPost *bufio.Reader ScannerUrls *bufio.Scanner FilePtrPost *os.File FilePtrUrls *os.File Headers []string Completed []string Failed []string Timeout int Start time.Time Result *Result PostLines chan string }
var DispatcherService *Dispatcher
func CreateDispatcher ¶
func CreateDispatcher() *Dispatcher
func (*Dispatcher) ReadPostData ¶
func (d *Dispatcher) ReadPostData() string
reads postdata form file specified in -p param or string from -d flag
func (*Dispatcher) ReadUrl ¶
func (d *Dispatcher) ReadUrl() string
reads urls form file specified in -u param or from argument
type Job ¶
Click to show internal directories.
Click to hide internal directories.