Skip to content

Commit

Permalink
Added DNS Enumeration
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheuslord authored Mar 29, 2023
1 parent f528b77 commit 98eba80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpt_vuln.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def p5(ip):

def dnsr(target):
analize = ''
# Records for analysis
record_types = ['A', 'AAAA', 'NS', 'CNAME', 'MX', 'PTR', 'SOA', 'TXT']
for records in record_types:
try:
Expand Down

0 comments on commit 98eba80

Please sign in to comment.