Seccubus

Easy Automated vulnerability scanning and reporting
  • Home
  • Seccubus
    • About Seccubus
    • About the Authors
    • About the name Seccubus
    • Download
    • News
    • Contact us
  • Source Forge
    • Project Summary
    • Bug tracker
    • Download
    • Development Wiki
    • Browse the source
  • Documentation
    • FAQ/General
    • License
    • Seccubus V1
    • Seccubus V2
    • Development Wiki
  • Mailing List
    • Subscribe
    • Archive
  • Search...
  • About Seccubus
Main Menu
  • Home
  • Seccubus
    • About Seccubus
    • About the Authors
    • About the name Seccubus
    • Download
    • News
    • Contact us
  • Source Forge
    • Project Summary
    • Bug tracker
    • Download
    • Development Wiki
    • Browse the source
  • Documentation
    • FAQ/General
    • License
    • Seccubus V1
    • Seccubus V2
    • Development Wiki
  • Mailing List
    • Subscribe
    • Archive
  • Search...
  • About Seccubus
Thanks!
  • Schuberg Philis
  • Cupfighter.net
  • Nessus
  • Nikto
  • NMap
  • JQuery
  • JavascriptMVC

Is it possible to import a previous scan

PostDateIconTuesday, 09 February 2010 13:42 | PostAuthorIconWritten by Frank Breedijk | PDF Print E-mail

Older Nessus scan results can be imported into Seccubus if you have a .nbe file.

Caution: make sure you import the scans in the order they were executed, or Seccubus' delta engine may produce unwanted results.

Say you want to import two scans into Seccubus under the scanname "Incubus".

First scan

NBE file: first.nbe
Date scanned: 12  Jan 2010 02:00

Second scan

NBE file: second.nbe|
Date scanned 12 Feb 2010 02:00

This is how you do it.

#Log in as the user running seccubus.
#Go to the scan directory for "Incubus"
> cd ~/var/Incubus
# Copy the first nbe file to the output directory name the file as the date <yyyymmddhhmm.nb>
> cp ~/first.nbe output/201001120200.nbe
# Convert the files to html and xml
> /opt/nessus/bin/nessus -c ~/etc/full-nessusrc -i output/201001120200.nbe -o 201001120200.xml
> /opt/nessus/bin/nessus -c ~/etc/full-nessusrc -i output/201001120200.nbe -o 201001120200.html
# Run process scan
> ~/bin/processs-scan.pl Incubus < This e-mail address is being protected from spambots. You need JavaScript enabled to view it >
# Correct file permission
> find . -type f |xargs chmod 660
> find . -type d |xargs chmod 775

# Copy the second nbe file to the output directory name the file as the date <yyyymmddhhmm.nb>
> cp ~/first.nbe output/201002120200.nbe
# Convert the files to html and xml
> /opt/nessus/bin/nessus -c ~/etc/full-nessusrc -i output/201002120200.nbe -o 201002120200.xml
> /opt/nessus/bin/nessus -c ~/etc/full-nessusrc -i output/201002120200.nbe -o 201002120200.html
# Run process scan
> ~/bin/processs-scan.pl Incubus < This e-mail address is being protected from spambots. You need JavaScript enabled to view it >
# Correct file permission
> find . -type f |xargs chmod 660
> find . -type d |xargs chmod 775

Your are done

 

Copyright © 2009 Schuberg Philis.
All Rights Reserved.

Joomla template created with Artisteer.