Skip to content

Efficiently discover and scan a web app's content for common vulnerabilities. Identify potential SQL injection, SSRF, XSS, and more.

Notifications You must be signed in to change notification settings

thisshehab/CyberNetFuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberNetFuzz

Efficiently discover and scan a web app's content for common vulnerabilities. Identify potential SQL injection, SSRF, XSS, and more...

Usage

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.

Installation via docker

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 .

Usage

sudo docker run -it CyberNetFuzz https://example.com

About

Efficiently discover and scan a web app's content for common vulnerabilities. Identify potential SQL injection, SSRF, XSS, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published