Nessus
[Top] [All Lists]

nessus against IPS (need to use delay)

To: nessus@list.nessus.org
Subject: nessus against IPS (need to use delay)
From: "Marco Barbero" <marco.barbero@gmail.com>
Date: Thu, 8 Mar 2007 16:25:37 +0100
Delivered-to: sp-com-lists@consult.net
Delivered-to: nessus-list1@securepoint.com
Delivered-to: nessus@list.nessus.org
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sLcH2ip3S7+5230N1YO0p3PdSuGyOZWVVKm64afj3a1b8brFIasVcWAMHXdld2clxPnZtNJbzs+G0cVZc0mb0nQl4TH95enSZJ9tJHTcjkkiwhjNNaWb2aGW6mJnro2eXBqoZj+qZOdaXl08IwMaRjPBjfjabjbB9hR9r2D3P8I=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HsctV4r46Tl3txKqSV7UJFeHnxZKGhiMV+jNF92jWF3fYp1IZemdjvFb0WPRO85Sg08cL39BNk4aAVLOmPunmdvrnUKYoqXOjEV8ZipxFgKNZVxbqTfHFZsAFilhRq5ZM36PpXOea4TCYeyNUjDip2eLX4GsDfcnvJGHKnZb2iE=
List-archive: <http://mail.nessus.org/pipermail/nessus>
List-help: <mailto:nessus-request@list.nessus.org?subject=help>
List-id: Discussion of Nessus software <nessus.list.nessus.org>
List-post: <mailto:nessus@list.nessus.org>
List-subscribe: <http://mail.nessus.org/mailman/listinfo/nessus>, <mailto:nessus-request@list.nessus.org?subject=subscribe>
List-unsubscribe: <http://mail.nessus.org/mailman/listinfo/nessus>, <mailto:nessus-request@list.nessus.org?subject=unsubscribe>
Sender: nessus-bounces@list.nessus.org
Hi,
Since I have to use Nessus against a network protected by a
firewall/IPS, I need to configure a delay between checks.  Read on ML
archive suggestion from Renaud for Nessus2

///
Edit nessus-core/nessusd/attack.c and add, in the function
launch_plugin, at line 208 :

      sleep(10);
////

tried it in nessus2, but it doesn't seem to work...
Is sleep inserted in the right place?
--
plugin_set_running_state(sched, plugin, PLUGIN_STATUS_DONE);
              return 0;
              sleep(10);
              }
----

And than, how can this be accomplished in nessus3?
Thanks in advance

Regards
_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>