Duck Detector(重构版)
测试版
39
查看
0
讨论
62
收藏
由于改动幅度较大,可能会遇到更频繁的误报或程序崩溃。(已支持多语言)
photo_library 应用截图
new_releases 更新日志
Version: 2026.09.07-c8d28ec3651d (522)
APK: Duck Detector-2026.09.07-c8d28ec3651d.apk
Commit:
feat(nativeroot): add Netlink route permission boundary probes for MAC and ARP leaks (#120)
- Add standalone PermissionBoundaryProbe probing SELinux MAC and sandbox integrity. - Probe Netlink RTM_GETLINK dump query via standard 32-byte request (nlmsghdr + rtgenmsg). - Parse multi-packet RTM_NEWLINK responses to extract physical hardware MAC address (wlan*, swlan*, eth*), filtering loopback, inactive, all-zero, and privacy dummy masked MACs (02:00:...). - Probe Netlink RTM_GETNEIGH dump query via sendto on API 30+, detecting SELinux netlink_route_socket nlmsg_read and getneigh restriction bypass. - Parse multi-packet RTM_NEWNEIGH responses to extract IPv4 ARP and neighbor cache entries, filtering invalid states (NUD_NOARP, NUD_FAILED, NUD_INCOMPLETE), no...
Author: Off-Duty Black Tea Jelly
Branch: master@c8d28ec3
Build time: 8m 41s
Signature: verified : by Eltavine
description 应用介绍
用于检测root设备的安全性检测工具,以及检测Play设备认证证书是否有效。
摒弃以前冗余代码,利用C++和汇编语言进行了大规模的重构,大幅提升了性能和准确性,并显著缩短了检测时间。