Rusolver v0.4.0
NEW:
- Add support for using DNS from a file using the
-r/--resolvers
option. Example:cat hosts.txt | rusolver -r dns_ips.txt
87bee0c - Add support for using a wordlist as stdin for brute-forcing when using a custom
-d/--domain
. Usage:cat wordlist.txt | rusolver -d example.com
. It will append all the words inwordlist.txt
toexample.com
and then run the check against the resulting hosts. 1a43501
MISC:
- Adjust informational message. 91654a4