What sets merge_kkline apart from other portal such as trunk 0.80.3 / Security Center 3.4 / NST / etc.
Why not do what other can do in 10 scripts in one?
Have spent over a year perfecting the back end scanner script. I have over 60 builds that have brought me to my current version.
Very stable, should never have a scan that fails, in such a way you have to do a reset
nessusCron_1.60.pl -r yes # nice huh ( this script does nearly all functions ).
Monitors for failed subnets scans and can re queue them should nessus client - server hang up occurs, or other problems such as ssl error connecting to server.
Worked through problem where a select nessus scanner node running on solaris would not accept connections from nessus client every so often. Scans would fail it would keep being the server that could take the next job, it would fail about every job in the queue over time. code implemented to detect such an issue and take offending server offline ( flag it as disabled, set max scans to zero in the db, requeue subnet, another node should pick up the job so long as the offline server was not set as the target ( designated ) server for the job.
Back end nessusCron provides various functionally to perform tasks : run jobs | inprotect reset | queue all subnets for scanning | import manual scans
[root@fs1 sbin]# ./nessusCron_1.60.pl
NESSUSCRON :: Inprotect Job Manager for Nessus :: VERSION: 1.64
————————————————————————————-
USAGE: ./nessusCron.pl [-cdij:k:l:no:qr:st:u:v:w:h?]
EX: ./nessusCron.pl -r yes
EX: ./nessusCron.pl -i -t /tmp/targets -o /tmp/nessus_test.out -j C -k “My Server Farm”
if ( ! $winaudit =~ /^ ) { $winaudit = “$config{winAuditDir)/$winaudit”; } EX: ./nessusCron.pl -q -o Finance -t now EX: ./nessusCron.pl -q -t now -n -u 31 -v 3 -w FDCC_v90_v2.audit -h :: Get This Help Nessus Cron is the backend interface to managing scans. nessus cron will provide a number of inprotect functions. By default, this should be implemented in scanlite in the following format: */1 * * * * /usr/bin/perl /var/www/Eprotect/sbin/nessusCron_1.00.pl -s > /dev/null 2>&1 Additional Tasks include: Queueing all or individual subnet zones based on dt last scanned Inprotect Reset Import Reports (Typically due to exceeding long scans failed jobs etc )