public ReCoil ( string dns, string ip, int port, string subSite, int delay, int timeout, bool random, bool resp, int nSockets, bool usegZip ) : System |
dns |
string |
DNS string of the target |
ip |
string |
IP string of a specific server. Use this ONLY if the target does loadbalancing between different IPs and you want to target a specific IP. normally you want to provide an empty string! |
port |
int |
the Portnumber. however so far this class only understands HTTP. |
subSite |
string |
|
delay |
int |
time in milliseconds between the creation of new sockets. |
timeout |
int |
time in seconds between request on the same connection. the higher the better .. but should be UNDER the timout from the server. (30 seemed to be working always so far!) |
random |
bool |
adds a random string to the subsite so that every new connection requests a new file. (use on searchsites or to bypass the cache / proxy) |
resp |
bool |
|
nSockets |
int |
the amount of sockets for this object |
usegZip |
bool |
turns on the gzip / deflate header to check for: CVE-2009-1891 - keep in mind, that the compressed file still has to be larger than ~24KB! (maybe use on large static files like pdf etc?) |
Résultat |
System |
|