关联漏洞
描述
Identifying all log4j components across on local windows servers. CVE-2021-44228
介绍
# Get-log4j-Windows-local.ps1
Identify all log4j components on a single local windows servers. CVE-2021-44228. A single use copy - see https://github.com/KeysAU/Get-log4j-Windows.ps1 for multi computer.
[Apache log4j](https://logging.apache.org/log4j/2.x/)
[CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-44228)
# Script Running:

# Export:
Columns A - I:

Continued:

# Description:
Local run version for a single server.
Sets up working directory C:\Temp\log4j on local server.
Recursevly scans all drives for .jar containers.
Extracts all .jar with 7-zip.exe to C:\temp\log4j\Extracted
Gets version number of log4j version.
Checks if log4j jindiLookup.class file exists of log4j version.
Scans all local listening IP ports and attempts to exploit with http header.
Captures failed ps jobs, and closes stuck jobs.
Dynamically creates csv of where embedded log4j module was located,
if web exploitation was possible and if contains jindilookup.class file.
# Created for:
Identifying all log4j components on local windows server. CVE-2021-44228
# Dependencies:
You must install 7-zip.exe in C:\support\tools\7-zip on the local server (x32 bit suggested)
PowerShell 5.0+
Must run as a local admin or equivalent permissions to scan all drives
# Change Log:
15-Dec-2021 -Change Notes: Initial local copy version.
19-Dec-2021 -Change Notes: Added scanning for jindiLookup.class
19-Dec-2021 -Change Notes: Added local listening port scan and exploitation attempt
# Notes:
No modification, will out out of the box. Note you still need 7zip.
# Licence:
Open-sourced software licensed under the MIT license.
# Author:
Keith Waterman
# Date :
19-Dec-2021
文件快照
[4.0K] /data/pocs/ae80bbd2483dc689e3158ec1029a9840758d63b6
├── [ 22K] Get-log4j-Windows-local.ps1
├── [1.0K] LICENSE
└── [2.3K] README.md
0 directories, 3 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。