Found 159 repositories(showing 30)
rthalley
a powerful DNS toolkit for python
touhidurrr
An attempt to list all Youtube IPs at one place.
ffmancera
Different utility scripts for pentesting and hacking.
opendns
Class to implement RFC7871 (Client Subnet in DNS Queries) for dnspython.
arshadakl
This project aims to capture network traffic on a local network, filter out packets related to WhatsApp calls, and extract the public IP addresses of the devices participating in the call.
DavidBuchanan314
The DNS server for people who hate DNS
wesinator
"Python DNS for humans." - Simple, sensible high-level DNS lookups in Python (on top of dnspython dns.resolver)
gmr
A small wrapper for dnspython to return SRV records for a given host, protocol, and domain name as a list of namedtuples
jayvdb
DNS lookup cache for Python using dnspython
SagarBiswas-MultiHAT
Resolve domains, URLs, and IP literals to IPv4/IPv6 addresses with a production-ready CLI and library-safe API. Supports IDNs, URL inputs, concurrent lookups, JSON output, optional dnspython timeouts, and file/bulk mode—ideal for network tooling, automation, and reproducible tests.
mansuf
DNS over HTTPS resolver for python requests using dnspython library
eferdman
dnspython hook for dehydrated shell script
rshipp
View and edit A and CNAME records in a local DNS server.
tresni
DNSCrypt library for use with dnspython
adviksinghania
A collection of Python scripts made for use in ethical hacking.
joubin
DNSPython is a command line tool that I made for one of networking distros. Its a simple multi level DNS lookup
Recon-Engine
This selfbot is created by ReconEngine aka ZERO & The Harvesters Collective. This bot gets updates every now and again. Bunch of commands for both the good and bad. USE AT YOUR OWN RISK ! ! ! #USEAGE -help : Displays Help Menu Execute commands via -help [command] EXAMPLE [-help general] #MALICIOUS-COMMANDS -malicious : Displays Malicious Menu #LINUX-INSTALL git clone https://github.com/Z-Patience/LSD-SELFBOT.git sudo apt intall aptitude sudo aptitude install python && sudo aptitude install python3 sudo pip3 install dhooks && sudo pip install dhooks && sudo pip3 discord_webhook && sudo pip install discord_webhook && sudo pip3 install wikipedia && sudo pip install wikipedia && sudo pip3 install discord && sudo pip install discord && sudo pip3 install bs4 && sudo pip install bs4 && sudo pip3 install gtts && sudo pip install gtts && sudo pip3 install image && sudo pip install image && sudo pip3 install discord.py && sudo pip install discord.py && sudo pip3 install selenium && sudo pip install selenium && sudo pip3 install requests && sudo pip install requests && sudo pip3 install numby && sudo pip install numby && sudo pip install colorama && sudo pip3 install colorama && sudo pip3 install pyprivnote && sudo pip install pyPrivnote && sudo pip3 install aiohttp && sudo pip install aiohttp && sudo pip install pymongo && sudo pip3 install pymongo && sudo pip3 install dnspython && sudo pip install dnspython #ALTERNATE-INSTALL if you want to make your job easier just run the following command in the LSD folder sudo pip3 install -r requirements.txt && sudo pip install -r requirements.txt #SETUP #1 - Open the [ config.json ] file and put in your token and password in the required areas. #2 - Open selfbot.py in a text editor and change the directory of commands for the selfbot -from line [3201] all the way to line [3269] to your own directory location to the virus files. #2-3 - replace the file locations for the viruses in side the VIRUSES folder. #3 - Install Python 3.9 or Python 3.8.
supriyo-biswas
A filtering DNS server using DNSPython and socketserver
Argh94
DnsResolved is a Python project for finding the IP addresses (IPv4 and IPv6) of domains using the DNS protocol. This project includes two code versions: Raw Version (raw_dns_resolver.py): Uses raw sockets and doesn't require any external libraries. dnspython Version (dnspython_resolver.py): Utilizes the dnspython library for simplicity and greater
jcollie
Use Twisted and dnspython to deal with DNS data.
apititan
REST API for BIND DNS server using dnspython and FastAPI
treussart
Server DNS Over HTTPS
manasmbellani
An app based on the DNSPython package in python which adds commands to run DNS queries of different types
fabian-hk
DNSSEC scanner with detail error messages.
Hemanth45B
A simple Python tool that uses dnspython to query and display various DNS records (A, AAAA, CNAME, MX, TXT, SOA) for a given domain.
CrispenGari
💎 This is walk through on python + local mongodb and cloud mongodb using pymongo
DNSPython wrapper for manipulate DNS zones configurations via dynamic updates (RFC 2136)
szafranski-pawel
No description available
Rubix982
A local DNS server implementation of the Iterative and the Recursive models using Python
azmaeenmahatab28
DNS record updates usually cannot be done directly with dnspython, as it is only used to read records. To update records, you need to use cloudflare, AWS Route 53, or Google Cloud DNS API. Which DNS service are you using? I can provide the code to use the API accordingly.