Skip to content

Instantly share code, notes, and snippets.

View Actpohomoc's full-sized avatar

ACTPO HOMOC Actpohomoc

View GitHub Profile
@Actpohomoc
Actpohomoc / get_dns_records.py
Created September 23, 2019 07:38 — forked from akshaybabloo/get_dns_records.py
Printing all DNS records using DNSPython in Python 3
#!/usr/bin/env python
# -*- coding utf-8 -*-
#
# Copyright 2016 Akshay Raj Gollahalli
import dns.resolver
def get_records(domain):
"""