Skip to content

Commit

Permalink
Merge pull request andrewjkerr#18 from sevenymedia/master
Browse files Browse the repository at this point in the history
Added a missing opening bracket
  • Loading branch information
andrewjkerr authored Mar 1, 2017
2 parents 86c8086 + 6a1206a commit 04fd23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#To run dig (domain information groper)dig domain]#To just get the ip addressdig [domain] +nocomments +noauthority +noadditional +nostats ORdig [domain] +noall +answerORdig [domain] +short#To use a specific query typedig -t [query type] [domain] [options]ORdig [domain] [query type] [options]#To view ALL DNS record types use query ANYdig -t ANY [domain] [options]ORdig [domain] ANY [options]#To do a DNS reverse look up dig -x [ip address] +short#To use a specific DNS serverdig @[specific DNS] [domain]#To do a bulk DNS query (where file.txt has all the domains, one to a line)dig [domain1] [options] [domain2] [options]ORdit -f file.txt [options]
#To run dig (domain information groper)dig [domain]#To just get the ip addressdig [domain] +nocomments +noauthority +noadditional +nostats ORdig [domain] +noall +answerORdig [domain] +short#To use a specific query typedig -t [query type] [domain] [options]ORdig [domain] [query type] [options]#To view ALL DNS record types use query ANYdig -t ANY [domain] [options]ORdig [domain] ANY [options]#To do a DNS reverse look up dig -x [ip address] +short#To use a specific DNS serverdig @[specific DNS] [domain]#To do a bulk DNS query (where file.txt has all the domains, one to a line)dig [domain1] [options] [domain2] [options]ORdit -f file.txt [options]
Expand Down

0 comments on commit 04fd23b

Please sign in to comment.