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 2.1.3 released |
|---|---|
| Date: | Mon, 20 Sep 2004 17:35:39 +0200 |
On Mon Sep 20 2004 at 16:43, Davide Messana wrote:
If I disable netstat scanner, ssh_get_info.nasl is able to acquire the shared socket (but it too seems to forget to release it!).
Try this patch (you'll have to disable signature checking):
--- nessus-plugins/scripts/netstat_portscan.nasl 8 Sep 2004 14:36:30
-0000 1.14
+++ nessus-plugins/scripts/netstat_portscan.nasl 20 Sep 2004 15:34:17
-0000
@@ -68,9 +68,14 @@
if ("LISTENING" >!< buf && "0.0.0.0:0" >!< buf && "*.*" >!< buf)
{
buf = ssh_cmd(socket:sock, cmd:"netstat -a -n", timeout:60);
+ if (! buf) {
+ {
+ display("could not send command\n");
ssh_release_connection();
- if (! buf) { display("could not send command\n"); exit(0); }
+ exit(0);
+ }
}
+ ssh_release_connection();
}
}
_______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Nessus 2.1.3 released, Davide Messana |
|---|---|
| Next by Date: | RE: Getting nessus to use a separately run nmap scan., Allan zhang |
| Previous by Thread: | Re: Nessus 2.1.3 released, Davide Messana |
| Next by Thread: | Re: Nessus 2.1.3 released, Renaud Deraison |
| Indexes: | [Date] [Thread] [Top] [All Lists] |