https://github.com/projectdiscovery/nuclei-docs
Nuclei documentation
https://github.com/projectdiscovery/nuclei-docs
nuclei-docs
Last synced: 10 months ago
JSON representation
Nuclei documentation
- Host: GitHub
- URL: https://github.com/projectdiscovery/nuclei-docs
- Owner: projectdiscovery
- License: mit
- Archived: true
- Created: 2020-07-21T16:20:07.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T17:58:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T04:41:44.412Z (over 1 year ago)
- Topics: nuclei-docs
- Language: HTML
- Homepage: https://nuclei.projectdiscovery.io
- Size: 4.22 MB
- Stars: 83
- Watchers: 17
- Forks: 44
- Open Issues: 27
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
Github project for Nuclei documentation website https://nuclei.projectdiscovery.io
### Running self-hosted version
```bash
git clone https://github.com/projectdiscovery/nuclei-docs; cd nuclei-docs; \
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs titom73/mkdocs
```