Skip to content

Instantly share code, notes, and snippets.

@sapran
Created December 10, 2017 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sapran/17b6ef2d8bc3663bd3bbc0703d8f4188 to your computer and use it in GitHub Desktop.
Save sapran/17b6ef2d8bc3663bd3bbc0703d8f4188 to your computer and use it in GitHub Desktop.
DNS subdomain scraping techniques Source: https://www.youtube.com/watch?v=C4ZHAdI8o1w
# 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