You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,17 @@
1
1
# log4shelldetect
2
2
3
-
Scans a file or folder recursively for Java programs that may be vulnerable to Log4Shell (CVE-2021-44228) and as of v0.0.5, the incomplete patch in Log4j v2.15.0 (CVE-2021-45046) as well, by inspecting the class paths inside files.
3
+
Scans a file or folder recursively for Java programs that may be vulnerable to:
4
+
5
+
-CVE-2021-44228 (Log4Shell) (v2.0.x - v2.14.x)
6
+
-CVE-2021-45046 (v2.15.x)
7
+
-CVE-2021-45105 (v2.16.x)
8
+
9
+
by inspecting the class paths inside files.
4
10
5
11
If you only want possibly vulnerable files to be printed rather than all files, run with `-mode list`.
0 commit comments