Created
December 10, 2017 12:02
-
-
Save sapran/17b6ef2d8bc3663bd3bbc0703d8f4188 to your computer and use it in GitHub Desktop.
DNS subdomain scraping techniques
Source: https://www.youtube.com/watch?v=C4ZHAdI8o1w
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GoBuster | |
``` | |
gobuster -m dns -u $DOMAIN -t 100 -w all.txt | |
``` | |
# MassDNS | |
``` | |
./subbrute.py all.txt $DOMAIN | massdns -r resolvers.txt -t A -a -o -w massdns_output.txt - | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment