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. |

| Subject: | Re: Nessus 3.0.3 / 2.2.8 released ; NessusClient 1.0.0.RC5 available |
|---|---|
| Date: | Mon, 22 May 2006 13:40:48 -0700 |
I have a Sun Solaris 9 system that under nessus 2.2.7 reported clean. I
just installed 3.0.3 and now it's calling out that I have phpMyAdmin
(17219) & WordPress (18297) installed, I don't. If I'm reading the nasl
right 17219 is looking for main.php and 18297 is looking for index.php,
neither of which is on my system. The changes in versions between both
files seems minimal, but identical:
root@nessie:/usr/local/opt>sdiff -s
nessus-2.2.7/lib/nessus/plugins/phpMyAdmin_detect.nasl
nessus-3.0.3/lib/nessus/plugins/phpMyAdmin_detect.nasl
30c30
script_version("$Revision: 1.4 $"); |
script_version("$Revision: 1.5 $");
71c71
if ( str ) { | if (
!isnull(str) ) {
root@nessie:/usr/local/opt>sdiff -s
nessus-2.2.7/lib/nessus/plugins/wordpress_detect.nasl
nessus-3.0.3/lib/nessus/plugins/wordpress_detect.nasl
30c30
script_version("$Revision: 1.6 $"); |
script_version("$Revision: 1.7 $");
76c76
if (matches) { | if
(!isnull(matches)) {
94c94
if (matches) { | if
(!isnull(matches)) {
Is it possible that these changes are not working as expected?
Dan
_______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus
| Previous by Date: | Re: Nessus 3.0.3 / 2.2.8 released ; NessusClient 1.0.0.RC5 available, sanjeev sinha |
|---|---|
| Next by Date: | Re: Nessus 3.0.3 / 2.2.8 released ; NessusClient 1.0.0.RC5 available, George A. Theall |
| Previous by Thread: | Re: Xexcg50 plugin 11889, George A. Theall |
| Next by Thread: | Re: Nessus 3.0.3 / 2.2.8 released ; NessusClient 1.0.0.RC5 available, George A. Theall |
| Indexes: | [Date] [Thread] [Top] [All Lists] |