mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 17:45:28 +00:00
readme update
This commit is contained in:
parent
d72b57e857
commit
8984487b27
12
README.md
12
README.md
@ -20,6 +20,7 @@ We have also [open-sourced a dedicated repository](https://github.com/projectdis
|
||||
- [Installation Instructions](#installation-instructions)
|
||||
- [From Binary](#from-binary)
|
||||
- [From Source](#from-source)
|
||||
- [From Github](#from-github)
|
||||
- [Running in a Docker Container](#running-in-a-docker-container)
|
||||
- [Nuclei templates](#nuclei-templates)
|
||||
- [Running nuclei](#running-nuclei)
|
||||
@ -94,6 +95,17 @@ nuclei requires go1.13+ to install successfully. Run the following command to ge
|
||||
|
||||
In order to update the tool, you can use -u flag with `go get` command.
|
||||
|
||||
|
||||
### From Github
|
||||
|
||||
```bash
|
||||
git clone https://github.com/projectdiscovery/nuclei.git
|
||||
cd v2/cmd/nuclei/
|
||||
go build .
|
||||
mv nuclei /usr/local/bin/
|
||||
nuclei -h
|
||||
```
|
||||
|
||||
### Running in a Docker Container
|
||||
|
||||
You can use the [nuclei dockerhub image](https://hub.docker.com/r/projectdiscovery/nuclei). Simply run -
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user