Documentation
¶
Index ¶
Constants ¶
View Source
const ( SvcStateOpen = "open" SvcStateAccessDenied = "access denied" SvcStateClosed = "closed" SvcStateFiltered = "filtered" SvcStateUnknown = "unknown" SvcStateProxyError = "proxy error" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloudFlareScanner ¶
type CloudFlareScanner struct {
Client *http.Client
Pool *pond.WorkerPool
// contains filtered or unexported fields
}
func NewScanner ¶
func NewScanner(api *cloudflare.API, reporter lib.Reporter, maxWorkers int, domain string, maxCapacity int) *CloudFlareScanner
func (*CloudFlareScanner) Submit ¶
func (c *CloudFlareScanner) Submit(req *http.Request)
Click to show internal directories.
Click to hide internal directories.