Skip to content
/ nuclei Public

Nuclei in Docker oneliner with simplied JSON report for SEQHUB

Notifications You must be signed in to change notification settings

onvio/nuclei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuclei Docker

Oneliner to run nuclei scan against target URL using recent nuclei templates

Running

docker run -v $(pwd):/var/reports seqhub/nuclei https://example.org

Example targets:

Building Docker Image

git clone [email protected]:onvio/nuclei.git
cd nuclei
docker build -t nuclei .

Outputs

Outputs will be saved in /var/reports

Report Description
nuclei.json Full nuclei report in json
seqhub.json JSON report for with SEQHUB Generic JSON warnings

About

Nuclei in Docker oneliner with simplied JSON report for SEQHUB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published