From 523c53fb4a5db6f9fa575cd2c42f36c8a33c3303 Mon Sep 17 00:00:00 2001 From: Robert Seedorff Date: Fri, 16 Nov 2018 10:12:39 +0100 Subject: [PATCH 1/4] Set theme jekyll-theme-hacker --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 2f7efbeab5..fc24e7a62d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-hacker \ No newline at end of file From 5511853bd8529cb268ce828477196c0d5d19d83b Mon Sep 17 00:00:00 2001 From: Robert Seedorff Date: Fri, 16 Nov 2018 10:14:52 +0100 Subject: [PATCH 2/4] Set theme jekyll-theme-tactile --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index fc24e7a62d..259a24e4d2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-hacker \ No newline at end of file +theme: jekyll-theme-tactile \ No newline at end of file From 23b811eb46c905d89bf7418c6900fbb51d1fa022 Mon Sep 17 00:00:00 2001 From: Robert Seedorff Date: Fri, 16 Nov 2018 10:17:33 +0100 Subject: [PATCH 3/4] Set theme jekyll-theme-minimal --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 259a24e4d2..2f7efbeab5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-tactile \ No newline at end of file +theme: jekyll-theme-minimal \ No newline at end of file From 568f92adc67eb142ab6c655e69f7e2d14156c27b Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Wed, 6 Mar 2019 11:27:54 +0100 Subject: [PATCH 4/4] Update supported scanner --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 094a2a8219..8edf1a81fa 100644 --- a/README.md +++ b/README.md @@ -125,11 +125,14 @@ The following scanners are currently available out of the box: - [Nmap][nmap] for IP and port scans - [Nikto][nikto] for web server scans - [SSLyze][sslyze] for SSL/TLS scans -- [SQLMap][sqlmap] for SQL Injection scans - [Arachni][arachni] web vulnerability scans -- [WPScan][wpscan] black box [WordPress][wordpress] vulnerability scans - [Amass][amass] for subdomain scans +In the works (coming soon) +- [SQLMap][sqlmap] for SQL Injection scans +- [WPScan][wpscan] black box [WordPress][wordpress] vulnerability scans +- [SSH Scan][sshscan] checking ssh servers for known vulnarabilities + Enabled by the architecture you can also add your own non-free or commercial tools, like - [Burp Suite][burp] web vulnerability scanner. @@ -195,6 +198,7 @@ Sponsored by [iteratec GmbH](https://www.iteratec.de/) - [arcachni]: http://www.arachni-scanner.com/ [sslyze]: https://github.com/nabla-c0d3/sslyze [sqlmap]: http://sqlmap.org/ +[sshscan]: https://github.com/mozilla/ssh_scan_api [burp]: https://portswigger.net/burp [arachni]: http://www.arachni-scanner.com/ [wpscan]: https://wpscan.org/