Seccubus automates regular vulnerability scans with various 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.
Its version 2.x is the only actively developed and maintained branch and all support for it V1 has officially been dropped.
Its version V2 works with the following scanners:
Also Read – Intensio Obfuscator : Obfuscate A Python Code 2.x & 3.x
Docker
Available images.
Information about the docker containers is in [README-docker.md]
Default password, changing it!!!!!
After installation the default username and password for it is:
admin / GiveMeVulns!
It is highly recommended you change this after installation.
/bin/seccubus_passwd -u admin
Changes of this branch vs the latest/previous release
x-x-2019 – v2.53 Development release
This is work in progress
Differences with 2.52
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…