Bash script for Subdomain Enumeration using 4 tools and 3 online services, you have to install these tools by yourself to be able to use ryuk.sh, or use setup.sh script to install them.
- Tools:
- online services:
to install the dependencies run:
$ git clone https://github.com/ryh04x/Ryuk.git
$ cd Ryuk
$ chmod +x setup.sh
$ ./setup.sh
$ ryuk -d target.com
$ ryuk -d target.com -r
$ ryuk -l domains.txt -r
$ ryuk -d target.com -e Amass,wayback
$ ryuk -d target.com -u Findomain,Subfinder
exclude and use can be used with list of domains too
$ ryuk -l domains.txt -u crt,bufferover
the tool parallel
must be installed on you system, it runs all the functions at the same time which make the results faster, doesn't work with -u/--use or -e/--exclude options.
$ ryuk -d target.com -p
this option helps when you want to pipe the results to another tool, or just to avoid the useless output.
$ ryuk -d target.com -s
dev.target.com
admin.target.com
api.target.com
..
..
happy hacking!
Thanks goes to these wonderful people (emoji key):
Kashish Kanojia 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!