Efficiently discover and scan a web app's content for common vulnerabilities. Identify potential SQL injection, SSRF, XSS, and more...
provide a list of domains, the tool will crawling the webapp and get all the possible vulnerable endpoints, then test them using custom nuclei tampletes.
make sure that you have installed docker.
apt install docker.io
start docker service
systemctl start docker
clone the repository
git clone https://github.com/thisshehab/CyberNetFuzz.git
cd CyberNetFuzz
build the image
docker build -t CyberNetFuzz .
sudo docker run -it CyberNetFuzz https://example.com