An open API service indexing awesome lists of open source software.

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

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
```