Re: Script to create Style Sheet for Nessus XML
- From: D.Snezhkov <dsnezhkov@xxxxxxxxx>
- Date: Wed, 22 Mar 2006 13:00:51 -0600
Hi,
this may be OS specific but you can :
1. Dump report in NBE format ( which is universal )
2. Convert NBE format into XML/HTML
a) modify html via sed
b) modify report realtime like this :
-----------------
#!/bin/bash
[ -f /tmp/pipe.html ] && /bin/rm /tmp/pipe.html
mkfifo -m a=r /tmp/pipe.html
/opt/nessus/bin/nessus -i /var/www/nessus/reports/UnixServers.nbe -o
/tmp/pipe.html &
cat /tmp/pipe.html | while read line
do
echo "LINE to Modify : $line "
done
--------------------
Hope that helps.
Dimitry.
On 3/22/06, Julian Anderson <anderson.julian@xxxxxxxxx> wrote:
So what if I want to tweek that interface a bit..is there a tool for doing so?
Thanks
On 3/21/06, Kevin Willock (IGSN Security) <kevin@xxxxxxxx> wrote:
nessus will do this automatically, use the following switch;
-T html
Kevin Willock
On 20-Mar-06, at 7:14 PM, joshuaperrymon@xxxxxxxxx wrote:
Hey Guys,
I am looking for a script for Nessus..
I can't remember if it takes .xml or .nbe files..
But what it does is creates the .html and a Style Sheet that puts
the info in a nice format. This is similar to the nmap .xml
parser.. it takes nmap files and creates the html..
JP
----------------------------------------------------------------------
--------
This List Sponsored by: Cenzic
Concerned about Web Application Security?
As attacks through web applications continue to rise, you need to
proactively
protect your applications from hackers. Cenzic has the most
comprehensive
solutions to meet your application security penetration testing and
vulnerability management needs. You have an option to go with a
managed
service (Cenzic ClickToSecure) or an enterprise software (Cenzic
Hailstorm).
Download FREE whitepaper on how a managed service can help you:
http://www.cenzic.com/forms/ec.php?pubid=10025
And, now for a limited time we can do a FREE audit for you to
confirm your
results from other product. Contact us at request@xxxxxxxxxx
----------------------------------------------------------------------
--------
------------------------------------------------------------------------------
This List Sponsored by: Cenzic
Concerned about Web Application Security?
As attacks through web applications continue to rise, you need to proactively
protect your applications from hackers. Cenzic has the most comprehensive
solutions to meet your application security penetration testing and
vulnerability management needs. You have an option to go with a managed
service (Cenzic ClickToSecure) or an enterprise software (Cenzic Hailstorm).
Download FREE whitepaper on how a managed service can help you:
http://www.cenzic.com/forms/ec.php?pubid=10025
And, now for a limited time we can do a FREE audit for you to confirm your
results from other product. Contact us at request@xxxxxxxxxx
------------------------------------------------------------------------------
------------------------------------------------------------------------------
This List Sponsored by: Cenzic
Concerned about Web Application Security?
As attacks through web applications continue to rise, you need to proactively
protect your applications from hackers. Cenzic has the most comprehensive
solutions to meet your application security penetration testing and
vulnerability management needs. You have an option to go with a managed
service (Cenzic ClickToSecure) or an enterprise software (Cenzic Hailstorm).
Download FREE whitepaper on how a managed service can help you:
http://www.cenzic.com/forms/ec.php?pubid=10025
And, now for a limited time we can do a FREE audit for you to confirm your
results from other product. Contact us at request@xxxxxxxxxx
------------------------------------------------------------------------------
------------------------------------------------------------------------------
This List Sponsored by: Cenzic
Concerned about Web Application Security?
As attacks through web applications continue to rise, you need to proactively
protect your applications from hackers. Cenzic has the most comprehensive
solutions to meet your application security penetration testing and
vulnerability management needs. You have an option to go with a managed
service (Cenzic ClickToSecure) or an enterprise software (Cenzic Hailstorm).
Download FREE whitepaper on how a managed service can help you:
http://www.cenzic.com/forms/ec.php?pubid=10025
And, now for a limited time we can do a FREE audit for you to confirm your
results from other product. Contact us at request@xxxxxxxxxx
------------------------------------------------------------------------------
- References:
- Script to create Style Sheet for Nessus XML
- From: joshuaperrymon
- Re: Script to create Style Sheet for Nessus XML
- From: Kevin Willock (IGSN Security)
- Re: Script to create Style Sheet for Nessus XML
- From: Julian Anderson
- Script to create Style Sheet for Nessus XML
- Prev by Date: Re: Masquerade windows as linux
- Next by Date: Re: War dialing
- Previous by thread: Re: Script to create Style Sheet for Nessus XML
- Next by thread: Re: Script to create Style Sheet for Nessus XML
- Index(es):
Relevant Pages
|