diff --git a/README.md b/README.md index 05ca11107..380a32ba3 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,15 @@ This will display help for the tool. Here are all the switches it supports. The installation is easy. You can download the pre-built binaries for your platform from the [Releases](https://github.com/projectdiscovery/nuclei/releases/) page. Extract them using tar, move it to your `$PATH`and you're ready to go. ```bash -> tar -xzvf nuclei-linux-amd64.tar.gz -> mv nuclei /usr/bin/ -> nuclei -h +https://github.com/projectdiscovery/nuclei/releases +tar -xzvf nuclei-linux-amd64.tar.gz +mv nuclei /usr/local/bin/ +nuclei -h ``` ### From Source -nuclei requires go1.13+ to install successfully. Run the following command to get the repo - +nuclei requires **go1.14+** to install successfully. Run the following command to get the repo - ```bash > GO111MODULE=on go get -u -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei @@ -181,11 +182,17 @@ Remember to change `/path-to-nuclei-templates` to the real path on your host fil # Thanks -nuclei is made with 🖤 by the [projectdiscovery](https://projectdiscovery.io) team. Community contributions have made the project what it is. See the **[Thanks.md](https://github.com/projectdiscovery/nuclei/blob/master/THANKS.md)** file for more details. Do also check out these similar awesome projects that may fit in your workflow: +nuclei is made with 🖤 by the [projectdiscovery](https://projectdiscovery.io) team. Community contributions have made the project what it is. See the **[Thanks.md](https://github.com/projectdiscovery/nuclei/blob/master/THANKS.md)** file for more details. -[https://portswigger.net/burp](https://portswigger.net/burp)
-[https://github.com/ffuf/ffuf](https://github.com/ffuf/ffuf)
-[https://github.com/jaeles-project/jaeles](https://github.com/jaeles-project/jaeles)
-[https://github.com/ameenmaali/qsfuzz](https://github.com/ameenmaali/qsfuzz)
-[https://github.com/proabiral/inception](https://github.com/proabiral/inception)
-[https://github.com/hannob/snallygaster](https://github.com/hannob/snallygaster)
+Do also check out these similar awesome projects that may fit in your workflow: + +- [Burp Suite](https://portswigger.net/burp)
+- [FFuF](https://github.com/ffuf/ffuf)
+- [Jaeles](https://github.com/jaeles-project/jaeles)
+- [Qsfuzz](https://github.com/ameenmaali/qsfuzz)
+- [Inception](https://github.com/proabiral/inception)
+- [Snallygaster](https://github.com/hannob/snallygaster)
+- [Gofingerprint](https://github.com/Static-Flow/gofingerprint)
+- [Sn1per](https://github.com/1N3/Sn1per/tree/master/templates)
+- [Google tsunami](https://github.com/google/tsunami-security-scanner)
+- [ChopChop](https://github.com/michelin/ChopChop)