Sonar 2.0.56 review

Download
by rbytes.net on

This software is used for the automatic probing of internet hosts at a timed interval (reconnaisance), checking host connectivity, es

License: GPL (GNU General Public License)
File size: 0K
Developer: red0x
0 stars award from rbytes.net

This software is used for the automatic probing of internet hosts at a timed interval (reconnaisance), checking host connectivity, especially ICMP support (information Gathering), automated running of third party tools when said host is online (automated testing).

Use of sonar shifts responsibility for the users' actions solely to that user him or herself. In other words, the author cannot be held responsible for your actions.

Examples

Run nmap with a vanilla connect scan as soon as www.google.com is online. Check every 60 seconds, go into background, and log to probe.log:

sonar -c -1 --scan_delay=60 -f --output_plugin=L
-p fprobe.log -pe"nmap -sT www.google.com"
-sI www.google.com

Check red0x's site for online status 4 time in a row (just like ping):

sonar -sI genbukan.no-ip.com

Send the contents of payload.dat to www.secursite.com every 5 minutes:

sonar -c -1 --scan_delay=300 -p ppayload.dat -sI
www.secursite.com

Send an ACK probe to google's webserver every second.

sonar --scan_delay=1 -c -1 -sA www.google.com -pp80

What's New in This Release:
src/mutex.h, src/plugin.h, src/types.h, libltdl/configure, plugins/network_icmp.h, doc/Makefile.in, Makefile.in, doc/Makefile.am: Major documentation update, more to come.
plugins/rfc793.h, plugins/rfc793.c: Removed the bloody thread (which was causing so many problems) from the ack scan

Sonar 2.0.56 search tags