Oneliner to run nuclei scan against target URL using recent nuclei templates
docker run -v $(pwd):/var/reports seqhub/nuclei https://example.org
Example targets:
git clone [email protected]:onvio/nuclei.git
cd nuclei
docker build -t nuclei .
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 |