This web application scanner is a powerful tool designed to identify potential security vulnerabilities in websites with full GUI (no need to cli). It currently performs checks for:
SQL Injection (SQLi): Detects vulnerabilities that could allow attackers to inject malicious SQL code and manipulate the database.
XSS Cross-site-scripting: Detect vulnerability that allow attackers to inject client-side scripts into web pages
Cross-Site Request Forgery (CSRF): Helps discover...