WebShield is an automated website vulnerability scanner that scans a URL for potential threats/vulnerabilities, and helps the user deal with these. This project started during the Give-Back Hacks Hackathon 2020.
WebShield connects with the OWASP ZAP api to scan a URL. OWASP ZAP is an api that uses active scans to find vulnerabilities in webpages that might be exploited. WebShield connects to the api in order to scan the URL and retrieve the data. It then displays this data in a user-friendly way by showing the user the websites vulnerabilities with its details, and how they can be fixed.
Containerizing this application using Docker, in order to be able to deploy it.