Penetration Testing mailing list archives

Re: Merging .NBE


From: "Sahir Hidayatullah" <sahirh () mielesecurity com>
Date: Mon, 12 Sep 2005 12:34:03 +0530 (IST)

Hi Joshua,
The NBE file format is quite simple -- its just pipe delimited text.

Off the top of my head, you could do this -- put all the NBE's in one
directory and then use something similar to:

----- Start here ------

#!/bin/sh

for i in `ls *.nbe`
do
cat $i >> full-scan-results.nbe
done;

nessus -i full-scan-results.nbe -o full-scan-results.html

----- End here ------

As a bonus, the last line will take your nbe results and convert directly
to HTML, since you'll probably want to open your results in something
other than the nessus client each time.

Cheers,

Sahir Hidayatullah.
Technical Consultant - Information Security
------------------------------
MIEL e-Security Pvt. Ltd.
C- 611 / 612, Floral Deck Plaza,
MIDC Central Road, Andheri (E),
Mumbai 400 093, India.
Tel No:+ 91 (022) 2821 5050



Hello list...........

The problem I'm having is that when I scan with nessus I tend to break it
up based on subnets or platform / server types so I have a lot of NBE's//

Anyone know how to combine several NBE files into one file?

Joshua Perrymon
Sr. Security Consultant
Network Armor
A Division of Integrated Computer Solutions
perrymonj () networkarmor com
Cell. 850.345.9186
Office: 850.205.7501 x1104




------------------------------------------------------------------------------
Audit your website security with Acunetix Web Vulnerability Scanner: 

Hackers are concentrating their efforts on attacking applications on your 
website. Up to 75% of cyber attacks are launched on shopping carts, forms, 
login pages, dynamic content etc. Firewalls, SSL and locked-down servers are 
futile against web application hacking. Check your website for vulnerabilities 
to SQL injection, Cross site scripting and other web attacks before hackers do! 
Download Trial at:

http://www.securityfocus.com/sponsor/pen-test_050831
-------------------------------------------------------------------------------


Current thread: