Files
Mzack9999 daf4ad6c5a Fixing all ips probe with ports (#626)
* Fixing all ips probe with standard ports

* using custom type for targets
2022-05-19 14:59:07 +05:30

9 lines
151 B
Go

package httpx
// Target of the scan with ip|host header customization
type Target struct {
Host string
CustomHost string
CustomIP string
}