Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dheerajmadhukar authored May 16, 2022
1 parent 4ce279b commit cd3a10e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ API : [Developer API](https://developer.shodan.io/api)
```
### 4. Install httprobe [@tomnomnom](https://github.com/tomnomnom/httprobe) to probe the requests
```bash
# GO111MODULE=on go get -v github.com/tomnomnom/httprobe
# go install -v github.com/tomnomnom/httprobe@master
```
### 5. Install Interlace [@codingo](https://github.com/codingo/Interlace.git) to multithread [Follow the codingo interlace repo instructions]
```bash
# git clone https://github.com/codingo/Interlace.git & install accordingly.
```
### 6. Install nuclei [@projectdiscovery](github.com/projectdiscovery/nuclei)
### 6. Install nuclei [@projectdiscovery](https://github.com/projectdiscovery/nuclei)
```bash
# GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei
# go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
```
### 7. Install lolcat
```bash
# apt install lolcat -y
```
### 8. Install anew
```bash
# GO111MODULE=on go get -u github.com/tomnomnom/anew
# go install -v github.com/tomnomnom/anew@master
```

## Ok, how do I use it?
Expand Down

0 comments on commit cd3a10e

Please sign in to comment.