黑客、渗透测试和网络安全工具,武装您的安全武器库!
CVE-2026-31431 的测试与缓解脚本,提供针对 AlmaLinux 和 Debian/Ubuntu 系统的 PoC 及内核级规避方案。
发现我们社区最常用的工具。
探索所有工具
浏览我们的工具集合
python3 test_CVE-2026-31431.py
sudo grubby --update-kernel ALL --args="initcall_blacklist=algif_aead_init" sudo reboot
# 以 root 身份执行 echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif-aead.conf rmmod algif_aead 2>/dev/null reboot