Documentation ¶
Index ¶
- func AppendTo(filename string, data string) (string, error)
- func AsyncHTTPHead(urls []string, threads int, timeout int, details RequestDetails, output string)
- func CheckSupportedCloud(org string, c *Config) (string, error)
- func CloudDetectHTML(domain string, c *Config, providerPath string) (string, error)
- func CloudDetectIP(domain string, key string) (string, error)
- func GenerateMutatedUrls(wordListPath string, mode string, provider string, providerPath string, ...) ([]string, error)
- func HandleHTTPRequests(reqs, results chan string, quit chan int, bar *pb.ProgressBar, ...)
- func ReadTextFile(path string) ([]string, error)
- func SelectRandomItem(agents []string) string
- type CloudConfig
- type Config
- type RequestDetails
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsyncHTTPHead ¶
func AsyncHTTPHead(urls []string, threads int, timeout int, details RequestDetails, output string)
func CloudDetectHTML ¶ added in v1.0.7
func GenerateMutatedUrls ¶
func HandleHTTPRequests ¶
func HandleHTTPRequests(reqs, results chan string, quit chan int, bar *pb.ProgressBar, details *RequestDetails)
func ReadTextFile ¶
func SelectRandomItem ¶
Types ¶
type CloudConfig ¶
type CloudConfig struct { Regions []string `yaml:"regions"` APPUrls []string `yaml:"app_urls"` StorageUrls []string `yaml:"storage_urls"` //RegionUrls []string `yaml:"region_urls"` AppRegionUrls []string `yaml:"app_region_urls"` StorageRegionUrls []string `yaml:"storage_region_urls"` }
func InitCloudConfig ¶
func InitCloudConfig(cloud string, modulePath string) (*CloudConfig, error)
type Config ¶
type Config struct { Author string `yaml:"author"` // IPInfo string `yaml:"ipinfo"` // API KEY ProxyType string `yaml:"proxytype"` Providers []string `yaml:"providers"` Environments []string `yaml:"Environments"` }
func InitConfig ¶
type RequestDetails ¶
Click to show internal directories.
Click to hide internal directories.