dns
Here are 94 public repositories matching this topic...
The handling of cryptographic keys, signatures and other data that is ultimately represented as Base16, 32, or 64 encoded string is inconsistent across all Rdata type classes. These should be handled the same.
Signatures et al inputted into Rdata classes SHOULD be setted and getted in raw binary form; the only time it is outputted to a text encoding is when $rdata->toText() is called.
Th
Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools .
-
Updated
Mar 12, 2020 - PHP
OpenNetAdmin IP Address Management (IPAM) system
-
Updated
Jan 29, 2020 - PHP
Provides email verification on the go.
-
Updated
Apr 28, 2020 - PHP
Integrate Kubernetes and pfSense
-
Updated
May 22, 2020 - PHP
A simple dynamic DNS client written in PHP for use with the netcup DNS API.
-
Updated
Sep 28, 2019 - PHP
PHP7+ DNS updater for Alibaba Cloud/Alicloud/Aliyun/Alidns
-
Updated
Jan 13, 2019 - PHP
Nolovia is an ad/malware blocking configuration file generator for bind, NSD, and other DNS resolvers
-
Updated
Jun 9, 2020 - PHP
-
Updated
Oct 4, 2019 - PHP
PHP SDK is a connector library for the insanely fast HEXONET Backend API.
-
Updated
May 22, 2020 - PHP
-
Updated
Jan 8, 2020 - PHP
PHP based Converter to create dnsmasq and unbound compatible adblock lists
-
Updated
Aug 24, 2017 - PHP
A PowerDNS API Client in PHP
-
Updated
Jul 7, 2018 - PHP
Powerful DNS-over-HTTPS proxy & client written in PHP.
-
Updated
Jul 13, 2019 - PHP
It collects DNS results using dig command.
-
Updated
Aug 21, 2019 - PHP
Improve this page
Add a description, image, and links to the dns topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dns topic, visit your repo's landing page and select "manage topics."


All DNS queries are currently sent in plaintext over UDP sockets. There's an open issue to support querying via TCP/IP in #19.
Once this feature is in, we may want to support DNS over TLS as defined in RFC 7858. Once TCP/IP support is in, this should be fairly easy.