[EMAIL PROTECTED] wrote:
Send Nessus mailing list submissions to
[EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
http://mail.nessus.org/mailman/listinfo/nessus
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Nessus digest..."


Today's Topics:

1. Re: NessusWX --batch mode (George Theall)
2. Re: System Hangs while Testing Nessus (George Theall)
3. Unable to get plugin 11268 (Martin Leung)
4. about nessus (=?big5?B?svinu7vK?=)
5. Re: Unable to get plugin 11268 (George Theall)
6. Re: about nessus (George Theall)


----------------------------------------------------------------------

Message: 1
Date: Sun, 16 May 2004 16:02:20 -0400
From: George Theall <[EMAIL PROTECTED]>
Subject: Re: NessusWX --batch mode
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

On Thu, May 13, 2004 at 02:08:22PM -0500, Drew Simonis wrote:

> Forgive me for asking such a simple question, but I've searched the
> archives of this list and the web with no result. Essentially, my
> question is simple: has anyone gotten NessusWX to work in batch mode?

While there have been several instances in the archives of people having
trouble with batch mode, I don't find any bug reports about it. Why
don't you submit one using ?


George
--
[EMAIL PROTECTED]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.nessus.org/pipermail/nessus/attachments/20040516/c0fe3e92/attachment-0001.bin

------------------------------

Message: 2
Date: Sun, 16 May 2004 16:34:11 -0400
From: George Theall <[EMAIL PROTECTED]>
Subject: Re: System Hangs while Testing Nessus
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

On Fri, May 14, 2004 at 04:10:48AM +0100, senthil prabu wrote:

> I am new to this product.I have installed the Nessus
> Server in a HP-UX(11.23) Machine.When I am proceeding with the testing
> (scanning another machine that is connected in local network),my
> systems hangs.
...
> This problem occurs only when I specifiy My Scans options with only
> TCP CONNECT SCAN( ).

Does this also occur if you just use nmap to scan your targets? Is there
any chance one of the targets is acting as a tarpit?

> When I enable all available scan options,there is
> no problem of system hanging.But It scans only the host.When I give
> another machine's IP to scan,it doesnot scan.

What exactly do you mean by "all available scan options"? Which port
scanners are selected? Also, what port range are you scanning?

And when you say it doesn't scan another machine's IP, do you mean
nessus doesn't launch any other plugins because it considers the host(s)
dead?


George
--
[EMAIL PROTECTED]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.nessus.org/pipermail/nessus/attachments/20040516/3b09d1de/attachment-0001.bin

------------------------------

Message: 3
Date: Mon, 17 May 2004 13:51:51 +0800
From: Martin Leung <[EMAIL PROTECTED]>
Subject: Unable to get plugin 11268
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed

Hi,

I am unable to get plugin 11268 using nessus-update-plugins. The source
is not even accessible on line:

http://cgi.nessus.org/plugins/dump.php3?id=11268

Can anyone help?

Rgds.
Martin



------------------------------

Message: 4
Date: Mon, 17 May 2004 10:57:26 +0800
From: =?big5?B?svinu7vK?= <[EMAIL PROTECTED]>
Subject: about nessus
To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="big5"

Dear:

I have two Questions, please help me :

1. How can I run Nessus to scan a fixed range of IPs in schedule?
2. Can I only scan a particular vulnerability like "MS01-020" , how ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nessus.org/pipermail/nessus/attachments/20040517/9f32a1d3/attachment-0001.html

------------------------------

Message: 5
Date: Mon, 17 May 2004 09:19:10 -0400
From: George Theall <[EMAIL PROTECTED]>
Subject: Re: Unable to get plugin 11268
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

On Mon, May 17, 2004 at 01:51:51PM +0800, Martin Leung wrote:

> I am unable to get plugin 11268 using nessus-update-plugins.

That's because it has been removed from distribution; see

http://cvsweb.nessus.org/cgi-bin/cvsweb.cgi/nessus-plugins/plugins/nmap_osfingerprint/Attic/CHANGELOG

In its place, use os_fingerprint.nasl (#11936).

George
--
[EMAIL PROTECTED]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.nessus.org/pipermail/nessus/attachments/20040517/e33abe82/attachment-0001.bin

------------------------------

Message: 6
Date: Mon, 17 May 2004 09:32:43 -0400
From: George Theall <[EMAIL PROTECTED]>
Subject: Re: about nessus
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

On Mon, May 17, 2004 at 10:57:26AM +0800, ?????? wrote:

> 1. How can I run Nessus to scan a fixed range of IPs in schedule?

Launch the unix-based nessus client from cron; eg,

30 6 * * * nessus -c /home/me/.nessusrc localhost 1241 me nopass \
/home/me/targets /home/me/results.nbe

> 2. Can I only scan a particular vulnerability like "MS01-020" , how ?

Your best option is to use one of the update-nessusrc scripts to
maintain a separate config file that scans for just that vulnerability
and run that before each scan (or at least after you update your nessus
plugins); eg, assuming you have tuned your nessus config file to your
tastes, run this once:

cp ~/.nessusrc ~/.nessusrc-bugbear

and then run this before your scans:

update-nessusrc -i 11135 -c "" -f "" -r "" ~/.nessusrc-bugbear

Also, make sure you have auto_enable_dependencies set to "yes" in the
config file so any dependencies the selected plugin has will also be
run.

George
--
[EMAIL PROTECTED]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.nessus.org/pipermail/nessus/attachments/20040517/56001cbe/attachment-0001.bin

------------------------------

_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus


End of Nessus Digest, Vol 7, Issue 23
*************************************

Yahoo! India Matrimony: Find your partner online.

_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to