projectdiscovery / docs

Centralized docs of ProjectDiscovery
https://docs.projectdiscovery.io
3 stars 31 forks source link

alias docker container #57

Closed jxdv closed 3 weeks ago

jxdv commented 2 months ago

Adds an alias for running dockerized nuclei

jxdv commented 2 months ago

@jxdv this is useful, can you add this as additional information instead of updating the current example?

Sure, but where exactly? Can I just add it before the usage example?

### Basic usage
This command creates an alias for running the Nuclei vulnerability scanner using Docker, allowing you to execute Nuclei commands more conveniently without having to type the full Docker command every time.

alias nuclei="docker run --rm projectdiscovery/nuclei"

This example runs a Nuclei container against `google.com`, prints the results to JSON and removes the container once it
has completed:

nuclei -u google.com -jsonl