Skip to content

Releases: seccubus/seccubus

Seccubus v2.4 - Screen updates, restored

19 Dec 13:12
Compare
Choose a tag to compare

19-12-2013 - 2.4 - Screen updates, restored

Key new features / issues resolved

A bug that broke the automatic updating of the GUI mast fixed

Bugs fixed (tickets closed):

#97 - Screen refresh doesn't work anywhere (basically)

Seccubus v2.3 - Improved stability, Nmap and Nikto on remote hosts

18 Oct 15:43
Compare
Choose a tag to compare

Seccubus V2

Seccubus automates regular vulnerability scans with vrious tools and aids
security people in the fast analysis of its output, both on the first scan and
on repeated scans.

On repeated scan delta reporting ensures that findings only need to be judged
when they first appear in the scan results or when their output changes.

Seccubus 2.0 is marks the end of the beta phase for the 2.0 branch.
This code is the only actively developed and maintained branch and all support
for Seccubus V1 has officially been dropped.

Seccubus V2 works with the following scanners:

  • Nessus 4.x and 5.x (professional and home feed)
  • OpenVAS
  • Nikto (local and remote)
  • NMap (local and remote)
  • SSLyze

For more information visit [www.seccubus.com]

19-10-2013 - 2.3 - Improved stability, Nmap and Nikto on remote hosts

Key new features / issues resolved

Seccubus now checks the state of the DBI handle before performing queries
Improved handling of Nessus 5.2 file format
Fixed some issues related to the new backend filters

Bugs fixed (tickets closed):

  • #62 - Would like to be able to run Nmap/Nikto/SSLyze scans on a remote host
  • #84 - Nessus critical findings got severity 0
  • #87 - Hostname ordering was weird because of wildards for hostnames
  • #88 - '*' is not selected in filters when no filter is given
  • #89 - Scans fail to import due to database timeouts
  • #90 - Hostnames are not sorted in filters, IP addresses are
  • OBS build script now echos link to OBS project
    ~

2.2 - Nessus 5.2.1, unicode and performance

15 Oct 08:14
Compare
Choose a tag to compare

Key new features / issues resolved

  • Major performance increase by moving processing of sttus buttons and filters to backend
  • Resolved an issue that cause incomptibility with Nessus API version 5.2.1 (Thanks Trelor)
  • Resolved an issue around encoding of Unicode chracters in Nessus output
  • Added shell script to execute crontab job only on a certain day
  • Added shell script to execute crontab job only on a weeknumber that can be devided by a certain number
  • Correct application of Apache license is now part of the unit tests
  • Resolved some caching issues with IE

Bigs fixed (tickets closed):

  • Issue #48 - Filters need to be processed in backend, not front end
  • Issue #50 - Notification table not displayed on edit scan
  • Issue #56 - IVIL conversion shell call needs qoutes around filename
  • Issue #64 - New scan dialog shows 'new workspace' in title
  • Issue #65 - Each CGI response header now invalidates caching
  • Issue #66 - Username field too small
  • Issue #72 - Apache license isn't applied correctly
  • Issue #75 - Typo: datatbase in ConfigTest.pl
  • Issue #77 - Seccubus incompatible with Nessus API 5.2.1
  • Issue #78 - Unicode in nessus file breaks ivil import
  • Issue #86 - getFilters API
  • Updated dependancies in RPM