Skip to content

Commit

Permalink
Added 'requirements' section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
foozzi committed Oct 24, 2023
1 parent 9cad564 commit 9e654bd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ usage: ./discoshell.sh --input string --output string

<hr />

### Requirements
* [subfinder](https://github.com/projectdiscovery/subfinder)
* [amass](https://github.com/owasp-amass/amass)

**note about amass**: you need to use amass v3.23.3
```bash
go install -v github.com/owasp-amass/amass/v3/...@master
```

* [puredns](https://github.com/d3mondev/puredns)
* [massdns](https://github.com/blechschmidt/massdns)
* [alterx](https://github.com/projectdiscovery/alterx)

<hr />

### Installation
```bash
git clone https://github.com/foozzi/discoshell && cd discoshell
Expand Down

0 comments on commit 9e654bd

Please sign in to comment.