Command line tools

NetCrusher command line tools can be used for manual QA.

Run

Download latest dist.tar.gz and unpack the archive.

Usage:


$ ./run-tcp-crusher.sh 127.0.0.1:12345 google.com:80
[22:37:42.171] INFO  TcpCrusher </127.0.0.1:12345>-<google.com/74.125.232.225:80> is open
# Version: 0.10
# Print `HELP` for the list of the commands
# enter the command in the next line

Run with Maven

Maven mode can be used when all you can is to download Maven artifacts from repository.

These script files should be recreated on the target host:

Usage:


$ ./mvn-tcp-crusher.sh 127.0.0.1:12345 google.com:80
[22:37:42.171] INFO  TcpCrusher </127.0.0.1:12345>-<google.com/74.125.232.225:80> is open
# Version: 0.10
# Print `HELP` for the list of the commands
# enter the command in the next line