From 3a0aace0651d3d7c12bb866bf4e69e954c0d50e6 Mon Sep 17 00:00:00 2001 From: Swapneel Patnekar <47823077+swapneelp@users.noreply.github.com> Date: Sat, 17 Aug 2019 17:06:05 +0530 Subject: [PATCH 1/2] Added dnsdbq API client Added dnsdbq API client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39a82f8..0bc14b4 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ Only main chapters:   :small_orange_diamond: namebench - provides personalized DNS server recommendations based on your browsing history.
  :small_orange_diamond: knock - is a tool to enumerate subdomains on a target domain through a wordlist.
  :small_orange_diamond: dnscrypt-proxy 2 - a flexible DNS proxy, with support for encrypted DNS protocols.
+  :small_orange_diamond: dnsdbq - API Client providing access to passive DNS database systems (pDNS at Farsight Security, CIRCL pDNS)

##### :black_small_square: Network (HTTP) From 90b258d830b0b1b51179dd523306e9b443a0eda1 Mon Sep 17 00:00:00 2001 From: "@trimstray" Date: Sun, 18 Aug 2019 08:15:54 +0200 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bc14b4..788d767 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Only main chapters:   :small_orange_diamond: namebench - provides personalized DNS server recommendations based on your browsing history.
  :small_orange_diamond: knock - is a tool to enumerate subdomains on a target domain through a wordlist.
  :small_orange_diamond: dnscrypt-proxy 2 - a flexible DNS proxy, with support for encrypted DNS protocols.
-  :small_orange_diamond: dnsdbq - API Client providing access to passive DNS database systems (pDNS at Farsight Security, CIRCL pDNS) +  :small_orange_diamond: dnsdbq - API client providing access to passive DNS database systems (pDNS at Farsight Security, CIRCL pDNS).

##### :black_small_square: Network (HTTP)