7 ms·
Is there an open source alternative that could be self-hosted and configured to run automated and periodical checks?
by mrlucax 7y ago
Is there an open source alternative that could be self-hosted and configured to run automated and periodical checks?
- dahfizz 7y agoMetasploit? You don't even need to host it (why are we so obsessed with making everything a website?)
- kortilla 7y agoThe key part is automation, not a website. Make it part of your ci/cd pipeline.
- Godel_unicode 7y agoMetasploit isn't the best choice for webapps, you probably want nikto or similar. Here's the owasp list: https://www.owasp.org/index.php/Category:Vulnerability_Scanning_Tools https://www.owasp.org/index.php/Category:Vulnerability_Scann...
- smcleod 7y agoWhile not a web or automated option - if you want to run a quick crawl and scan on your apps you could try OWASP ZAP, it also has quite a few handy plugins - https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Proje...