Lucene search
+L

2108 matches found

Kitploit
Kitploit
added 2026/09/01 12:09 p.m.53 views

pi-hole

Network-wide ad blocking via your own Linux hardware The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software. Easy-to-install : our dialogs walk you through the simple installation process in less than ten minutes Resolute :...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 9:22 a.m.3 views

rebindMultiA

rebindMultiA rebindMultiA is a tool to perform a Multiple A Record rebind attack. rebindmultia.com is a domain that I've set up to assist with these attacks. It makes every IP its own authoritative nameserver for the domain IP.ns.rebindmultia.com. For example, 13.33.33.37.ns.rebindmultia.com's...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 7:55 a.m.3 views

s3dns

S3DNS s3dns is a lightweight DNS server that helps uncover cloud storage buckets AWS S3, Google Cloud Storage, and Azure Blob by resolving DNS requests, tracing CNAMEs, and matching known bucket URL patterns. It's a handy companion for pentesters , bug bounty hunters , and cloud security analysts...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 5:24 a.m.3 views

CVE-2020-8617

CVE-2020-8617 PoC for CVE-2020-8617 For educational purposes only Run This image runs a standard BIND server, which automatically generates a tkey "local-ddns". root@kitploit: $ docker run --rm --name cve-2020-8617 -it -p 53:53/udp knqyf263/cve-2020-8617 Exploit root@kitploit: $ pipenv install $...

7.5CVSS6.6AI score0.93422EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/01 5:10 a.m.78 views

autovpn

!CAUTION This repository is no longer being maintained. No further updates, bug fixes, or support will be provided. Please use the new version https://github.com/ttlequals0/autowire Overview Script that allows the easy creation of OpenVPN endpoints in any AWS region. To create a VPN endpoint is...

5.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 4:51 a.m.3 views

mpDNS

mpDNS aka multi-purpose DNS Server Simple, configurable DNS Server with multiple useful features Python 3 names.db - holds all custom records see examples Simple wildcards like .example.com Catch unicode dns requests Custom actions aka macro: shellexec::dig google.com +short - Execute shell comma...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 4:45 a.m.7 views

AdGuardHome

Centro de protección de la privacidad para ti y tus dispositivos Servidor DNS libre y de código abierto que bloquea anuncios y rastreadores en toda tu red. AdGuard.com | Wiki | Reddit | Twitter | Telegram AdGuard Home es un software para toda la red que bloquea anuncios y rastreo. Una vez que lo...

6AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/01 4:09 a.m.84 views

singularity

Singularity of Origin Recent updates: NEW 2025-11-25 : Chrome release 142 added Local Network Access LNA, which prevents DNS rebinding attack techniques implemented in Singularity. Singularity of Origin's LNA-from-Non-Secure-Contexts branch implements support for Trial for Local Network Access fr...

6.7AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/01 3:56 a.m.4 views

dns-rebinding-tool

Inspired by @tavisio This project is meant to be an All-in-one Toolkit to test further DNS rebinding attacks and my take on understanding these kind of attacks. It consists of a web server and pseudo DNS server that only responds to A queries. The root index of the web server allowes to configure...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 3:49 a.m.2 views

PolarDNS

PolarDNS is a specialized authoritative DNS server written in Python 3.x, originally developed as a tool for security testing of DNS recursive resolvers from the server-side. It allows the operator to produce custom DNS responses, making it suitable for in-depth DNS protocol testing purposes...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 3:38 a.m.4 views

dnsteal

dnsteal v 2.0 这是一个伪造的DNS服务器,允许你通过DNS请求从受害机器上隐秘地提取文件。 以下是展示多文件传输和单文件详细传输示例的不同图片: 支持多文件 支持Gzip压缩 现在支持自定义子域名、每个子域名中的字节数以及文件名的长度 见下方帮助: 如果你不理解帮助内容,只需使用默认选项运行程序! root@kitploit: python dnsteal.py 127.0.0.1 -z -v 这个命令会发送每个子域名45字节,查询中包含4个子域名。最后15字节保留给文件名。 root@kitploit: python dnsteal.py 127.0.0.1 -z -v ...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 3:38 a.m.33 views

dnsteal

dnsteal v 2.0 This is a fake DNS server that allows you to stealthily extract files from a victim machine through DNS requests. Below are a couple of different images showing examples of multiple file transfer and single verbose file transfer: Support for multiple files Gzip compression supported...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 2:39 a.m.2 views

rbndr

rbndr 简单的 DNS 重新绑定服务 rbndr 是一个非常简单的、非标准化的名称服务器,用于测试软件是否存在 DNS 重新绑定漏洞。该服务器通过从主机名中指定的地址中随机选取一个,并以极低的 TTL 值作为答案返回,来响应查询。 https://en.wikipedia.org/wiki/DNSrebinding DNS 重新绑定是一种 TOCTOU(检查时间与使用时间)漏洞。如果你有一个服务错误地使用“预检”检查来修改安全属性,那么你就可以使用它。例如,考虑一个(虚构的)浏览器插件,它有一个如下所示的 API: root@kitploit:...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 12:45 a.m.4 views

CVE-2021-23017-PoC

CVE-2021-23017-PoC python3 poc.py --target 172.1.16.100 --dnsserver 172.1.16.1...

7.7CVSS7.7AI score0.53461EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/01 12:12 a.m.102 views

hacks

Hacks Hacky one-off scripts, tests etc...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/31 11:28 p.m.32 views

whonow

Whonow DNS Server A malicious DNS server for executing DNS Rebinding attacks on the fly. whonow lets you specify DNS responses and rebind rules dynamically using domain requests themselves. root@kitploit: respond to DNS queries for this domain with 34.192.228.43 the first time it is requested and...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/31 11:28 p.m.7 views

whonow

Whonow DNS 服务器 一个恶意的 DNS 服务器,用于动态执行 DNS 重新绑定攻击。whonow 让你能够 通过域名请求本身 动态指定 DNS 响应和重新绑定规则。 root@kitploit: 首次查询该域名时响应 34.192.228.43,之后每次都响应 192.168.1.1 A.34.192.228.43.1time.192.168.1.1.forever.rebind.network 首次响应 34.192.228.43,接下来五次响应 192.168.1.1,然后重新开始(1次,5次,循环往复...)...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/31 10:22 p.m.5 views

dRMM-CVE-2020-1350-response

Resumen Microsoft anunció CVE-2020-1350 el 14 de julio de 2020. Esta vulnerabilidad en el servidor DNS de Windows se remonta a Server 2003 y se cree ampliamente que es propagable wormable. Este script sigue las instrucciones de KB456509...

10CVSS7AI score0.91353EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/08/31 8:54 p.m.5 views

cve-2015-5477

PoC for BOND9 TKEY assert DoS CVE-2015-5477 This exploit tests to see if a BIND9 server is vulnerable by sending the exploit in order to see if it crashes. It's C code that you compile the normal way on Unix/Window, such as: root@kitploit: gcc tkill.c -o tkill It'll run over both IPv4 and IPv6...

7.8CVSS6.8AI score0.91284EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/08/31 8:05 p.m.5 views

CVE-2021-23017-PoC

CVE-2021-23017-PoC root@kitploit: pip install -r requirements.txt python3 poc.py --target 172.1.16.100 --dnsserver 172.1.16.1 Este software ha sido creado únicamente con fines de investigación académica y para el desarrollo de técnicas defensivas efectivas, y no está destinado a ser utilizado par...

7.7CVSS7.2AI score0.53461EPSS
SaveExploits10
Rows per page
Query Builder