ZAP von Owasp

ZAP ist ein Open-Source-Sicherheitsscanner für Webanwendungen. Es ist eines der aktivsten Open Web Application Security Project-Projekte und hat den Flaggschiff-Status erhalten.
Download unter: https://www.zaproxy.org/download/

Add repository and install manually. For xUbuntu 21.04 run the following: Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).

echo 'deb http://download.opensuse.org/repositories/home:/cabelo/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:cabelo.list
curl -fsSL https://download.opensuse.org/repositories/home:cabelo/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null
sudo apt update
sudo apt install owasp-zap