Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Nessus-Users
[Top] [All Lists]

Nessus via command line

Subject: Nessus via command line
Date: Fri, 28 Oct 2005 10:25:43 -0400
I remember this being asked last week... Don't know it it got answered,
but this is how I run the nessus command line client without utilizing
an input file of IPs or an output file to parse later.

 

A snippit of perl.

 

You can echo a single IP like shown below, or a comma delimitated list
like so "192.168.1.1, 192.168.1.2, 192.168.152.3"

 

$cmd=`echo "192.168.1.1" | /usr/bin/nessus -c /my/nessusrc/file -T nbe
-qx localhost 1241 user password /dev/stdin /dev/stdout`;

 

@vulns=split(/\|/,$cmd);

 

-Mike

_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus
<Prev in Thread] Current Thread [Next in Thread>
  • Nessus via command line, Michael Gargiullo <=