Skip to content

Commit

Permalink
Change default resolver to CF (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
initstring authored Jul 9, 2024
1 parent c890cb0 commit 3184e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def parse_arguments():
' Default = 5')

parser.add_argument('-ns', '--nameserver', type=str, action='store',
default='8.8.8.8',
default='1.1.1.1',
help='DNS server to use in brute-force.')
parser.add_argument('-nsf', '--nameserverfile', type=str,
help='Path to the file containing nameserver IPs')
Expand Down

0 comments on commit 3184e03

Please sign in to comment.