https://github.com/surface-security/scanner-nuclei
https://github.com/surface-security/scanner-nuclei
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/surface-security/scanner-nuclei
- Owner: surface-security
- Created: 2022-02-11T12:25:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T10:45:54.000Z (about 3 years ago)
- Last Synced: 2025-01-27T06:34:37.327Z (over 1 year ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# nuclei
This scanner runs [nuclei](https://github.com/projectdiscovery/nuclei) tests against the targets.
Input expected: one base URL per line (including protocol) *PLUS* mandatory `-t` flag specifying at least one test to perform
Output provided: one json file per hostname/IP vulnerable to (one of) the test(s), with fields related to individual tests
There's a [ppbtemplates](ppbtemplates) folder to store custom tests which is bundled in the docker image and can be referenced under ppb, eg: `-t ppb/some_test.yaml`
## Run locally
- Customize `test/input/input.txt` and run `test/run.sh`