Skip to content

Commit

Permalink
revised the report format
Browse files Browse the repository at this point in the history
  • Loading branch information
shamimrezasohag committed Oct 18, 2024
1 parent 6c5a233 commit 1b03221
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 0 deletions.
1 change: 1 addition & 0 deletions dns_security_analysis_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def enhance_report(df):
'MX Record': row.get('MX', 'Not Available'),
'PTR Record': row.get('PTR', 'Not Available'),
'DNSSEC Status': row.get('DNSSEC', 'Not Available'),
'Open Resolver': row.get('Open Resolver', 'Not an Open Resolver') # Include Open Resolver output here
}

# Add global DNS results and latencies for each DNS provider
Expand Down
Loading

0 comments on commit 1b03221

Please sign in to comment.