Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
services:
- docker
env:
# - DEFAULT_TAG=latest
- DEFAULT_TAG=latest
- DEFAULT_TAG=develop
script:
- cp test/.env.test .env
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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/
Expand Down
Loading