黑客、渗透测试和网络安全工具,武装您的安全武器库!
为 CVE-2026-4893 生成 PoC:EDNS 客户端子网验证存在缺陷
发现我们社区最常用的工具。
探索所有工具
浏览我们的工具集合
拓扑: https://medium.com/@yanyuyingshu/reproduction-journal-dnsmasq-ecs-validation-and-buffer-overflow-flaws-e0fe0f66f60c
步骤
1.vi /etc/dnsmasq.conf
port=5353
listen-address=xxx.xxx.xxx.x
bind-interfaces
no-resolv
no-hosts
no-poll
cache-size=1000
log-queries
log-facility=-
server=127.0.0.1#5354
add-subnet
(并重启 dnsmasq 守护进程)