# CVE-2019-17571 **Repository Path**: icysun/CVE-2019-17571 ## Basic Information - **Project Name**: CVE-2019-17571 - **Description**: CVE-2019-17571验证工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-01-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CVE-2019-17571/Apache Log4j 1.2.X存在反序列化远程代码执行漏洞 漏洞预警参考链接: https://mp.weixin.qq.com/s/okU2y0izfnKXXtXG3EfLkQ 1. 漏洞验证环境搭建 ```bash cd jar ./run_env.cmd ``` 2. 漏洞验证 ```bash python ./exp.py -d google.com -s http://localhost -p 4560 python ./exp.py -f ./data/host.txt -s http://localhost -p 4560 ``` 3. 验证截图 ![server截图](./images/server.png) ![运行截图](./images/log4j.png)