Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Linux and Mac OSX: gcc -o synack synack.c -lpthread 
SunOS: gcc -o synack synack.c -lpthread -lsocket -lnsl 

Usage

Code Block
Usage: synack [-options] host 
Common options: 
-p ##   port number to send to (default 22) 
-k ##   no. of connections to be made 
-i ##   Time interval between connections in secs (default 1 sec) 
-u ##  Time interval between connections in microsecs (minimum 20000 microsecs) 
-z ##   Percentile 1 (default 25) 
-Z ##   Percentile 2 (default 75) 
-S ##   Timout in secs (default 1 Sec) 
-s ##   Timeout in millisecs 

...