Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spoofer ¶
type Spoofer struct { // CurrentIP specifies the current ip that will be visible to remote users CurrentIP string // ProxyListFile specifies the path to the file containing proxies. // // ProxyListFile must be a CSV file, with the format: // ProxyIP, Port Number. // You can download a free proxy file from: // https://www.proxy-list.download/HTTP ProxyListFile string // UseSecureProxy specifies if the Spoofer should use a secure proxy. UseSecureProxy bool // contains filtered or unexported fields }
Spoofer defines an IP spoofer.
func NewSpoofer ¶
NewSpoofer creates a Spoofer instance and returns it.
func (*Spoofer) ParseProxyList ¶ added in v0.0.2
ParseProxyList parses proxy list specified in Spoofer.
If it is not defined/specified, the program uses a default, i.e. "Proxy List.csv"
Click to show internal directories.
Click to hide internal directories.