在线观看www成人影院-在线观看www日本免费网站-在线观看www视频-在线观看操-欧美18在线-欧美1级

電子發燒友App

硬聲App

0
  • 聊天消息
  • 系統消息
  • 評論與回復
登錄后你可以
  • 下載海量資料
  • 學習在線課程
  • 觀看技術視頻
  • 寫文章/發帖/加入社區
會員中心
創作中心

完善資料讓更多小伙伴認識你,還能領取20積分哦,立即完善>

3天內不再提示
電子發燒友網>電子資料下載>電子資料>Log4-detector Log4J漏洞版本掃描器

Log4-detector Log4J漏洞版本掃描器

2022-05-06 | zip | 0.44 MB | 次下載 | 免費

資料介紹

授權協議 GPL 3.0
開發語言 Java
操作系統 跨平臺
軟件類型 開源軟件
所屬分類 管理和監控漏洞檢測掃描和評估

軟件簡介

Log4-detector 是一個可以在任何應用程序中的文件系統上檢測易受攻擊的 Log4J 版本(CVE-2021-44228、CVE-2021-45046 等)的掃描程序。

甚至能夠找到隱藏在幾層深處的 Log4J 實例。適用于 Linux、Windows 和 Mac,也適用于 Java 運行的其他任何地方。

用法

java -jar log4j-detector-2021.12.22.jar 

Usage: java -jar log4j-detector-2021.12.22.jar [--verbose] [--json] [--stdin] [--exclude=X] [paths to scan...]

  --json       - Output STDOUT results in JSON.  (Errors/warning still emitted to STDERR)
  --stdin      - Read STDIN for paths to explore (one path per line)
  --exclude=X  - Where X is a JSON list containing full paths to exclude. Must be valid JSON.

                 Example: 

Exit codes:  0 = No vulnerable Log4J versions found.
             1 = At least one legacy Log4J 1.x version found.
             2 = At least one vulnerable Log4J version found.

About - MergeBase log4j detector (version 2021.12.22)
Docs  - https://github.com/mergebase/log4j-detector 
(C) Copyright 2021 Mergebase Software Inc. Licensed to you via GPLv3.

示例

java -jar log4j-detector-2021.12.22.jar [path-to-scan] > hits.txt

poYBAGJmgj2AEL9LAAKrMWvcppk718.png

更多示例

java -jar log4j-detector-2021.12.22.jar ./samples 

-- github.com/mergebase/log4j-detector v2021.12.22 (by mergebase.com) analyzing paths (could take a while).
-- Note: specify the '--verbose' flag to have every file examined printed to STDERR.
/opt/mergebase/log4j-detector/samples/clt-1.0-SNAPSHOT.jar contains Log4J-2.x   >= 2.10.0 _VULNERABLE_
/opt/mergebase/log4j-detector/samples/infinispan-embedded-query-8.2.12.Final.jar contains Log4J-2.x   >= 2.0-beta9 (< 2.10.0) _VULNERABLE_
/opt/mergebase/log4j-detector/samples/log4j-1.1.3.jar contains Log4J-1.x   <= 1.2.17 _OLD_
/opt/mergebase/log4j-detector/samples/log4j-1.2.13.jar contains Log4J-1.x   <= 1.2.17 _OLD_
/opt/mergebase/log4j-detector/samples/log4j-1.2.17.jar contains Log4J-1.x   <= 1.2.17 _OLD_
/opt/mergebase/log4j-detector/samples/log4j-core-2.0-beta2.jar contains Log4J-2.x   <= 2.0-beta8 _POTENTIALLY_SAFE_ (or did you already remove JndiLookup.class?) 
/opt/mergebase/log4j-detector/samples/log4j-core-2.0-beta9.jar contains Log4J-2.x   >= 2.0-beta9 (< 2.10.0) _VULNERABLE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.0.2.jar contains Log4J-2.x   >= 2.0-beta9 (< 2.10.0) _VULNERABLE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.0.jar contains Log4J-2.x   >= 2.0-beta9 (< 2.10.0) _VULNERABLE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.10.0.jar contains Log4J-2.x   >= 2.10.0 _VULNERABLE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.12.1.jar contains Log4J-2.x   >= 2.10.0 _VULNERABLE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.12.2.jar contains Log4J-2.x   == 2.12.2 _OKAY_
/opt/mergebase/log4j-detector/samples/log4j-core-2.12.3.jar contains Log4J-2.x   >= 2.12.3 _SAFE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.14.1.jar contains Log4J-2.x   >= 2.10.0 _VULNERABLE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.15.0.jar contains Log4J-2.x   == 2.15.0 _OKAY_
/opt/mergebase/log4j-detector/samples/log4j-core-2.16.0.jar contains Log4J-2.x   == 2.16.0 _OKAY_
/opt/mergebase/log4j-detector/samples/log4j-core-2.17.0.jar contains Log4J-2.x   >= 2.17.0 _SAFE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.3.1.jar contains Log4J-2.x   == 2.3.1 _SAFE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.4.1.jar contains Log4J-2.x   >= 2.0-beta9 (< 2.10.0) _VULNERABLE_
/opt/mergebase/log4j-detector/samples/log4j-core-2.9.1.jar contains Log4J-2.x   >= 2.0-beta9 (< 2.10.0) _VULNERABLE_

掃描結果

Log4-detector 會將 log4j-core 版本 2.3.1、2.12.3 和 2.17.0 報告為 _SAFE_ ,將2.12.2、2.15.0和 2.16.0 報告為_OKAY_,將所有其他版本 報告為 _VULNERABLE_,將舊的log4j-1.x版本報告為 _OLD_

可以正確檢測可執行 spring-boot jars/wars 中的 log4j、混合到 uber jars 中的依賴項、shaded jars,甚至是未壓縮的jar 文件(又名*.class)。

  • _VULNERABLE_?-> 需要升級或刪除此文件。
  • _OKAY_?-> 僅針對 Log4J 版本 2.12.2、2.15.0 和 2.16.0 報告此問題,建議升級到 2.17.0。
  • _SAFE_?-> 目前僅針對 Log4J 版本 2.3.1、2.12.3 和 2.17.0(及更高版本)報告此問題。
  • _OLD_?-> 可以免受 CVE-2021-44228 的影響,但應該計劃升級,因為 Log4J 1.2.x 已經停產 7 年并且有幾個已知的漏洞。
  • _POTENTIALLY_SAFE_?-> “JndiLookup.class”文件不存在,要么是因為您的 Log4J 版本很舊(2.0-beta9 之前),要么因為有人已經刪除了這個文件。如果是這種情況,請確保是團隊或公司的成員刪除“JndiLookup.class”,因為攻擊者會自己刪除此文件,以防止其他競爭攻擊者獲得對受感染系統的訪問權限。
?

下載該資料的人也在下載 下載該資料的人還在閱讀
更多 >

評論

查看更多

下載排行

本周

  1. 1山景DSP芯片AP8248A2數據手冊
  2. 1.06 MB  |  532次下載  |  免費
  3. 2RK3399完整板原理圖(支持平板,盒子VR)
  4. 3.28 MB  |  339次下載  |  免費
  5. 3TC358743XBG評估板參考手冊
  6. 1.36 MB  |  330次下載  |  免費
  7. 4DFM軟件使用教程
  8. 0.84 MB  |  295次下載  |  免費
  9. 5元宇宙深度解析—未來的未來-風口還是泡沫
  10. 6.40 MB  |  227次下載  |  免費
  11. 6迪文DGUS開發指南
  12. 31.67 MB  |  194次下載  |  免費
  13. 7元宇宙底層硬件系列報告
  14. 13.42 MB  |  182次下載  |  免費
  15. 8FP5207XR-G1中文應用手冊
  16. 1.09 MB  |  178次下載  |  免費

本月

  1. 1OrCAD10.5下載OrCAD10.5中文版軟件
  2. 0.00 MB  |  234315次下載  |  免費
  3. 2555集成電路應用800例(新編版)
  4. 0.00 MB  |  33566次下載  |  免費
  5. 3接口電路圖大全
  6. 未知  |  30323次下載  |  免費
  7. 4開關電源設計實例指南
  8. 未知  |  21549次下載  |  免費
  9. 5電氣工程師手冊免費下載(新編第二版pdf電子書)
  10. 0.00 MB  |  15349次下載  |  免費
  11. 6數字電路基礎pdf(下載)
  12. 未知  |  13750次下載  |  免費
  13. 7電子制作實例集錦 下載
  14. 未知  |  8113次下載  |  免費
  15. 8《LED驅動電路設計》 溫德爾著
  16. 0.00 MB  |  6656次下載  |  免費

總榜

  1. 1matlab軟件下載入口
  2. 未知  |  935054次下載  |  免費
  3. 2protel99se軟件下載(可英文版轉中文版)
  4. 78.1 MB  |  537798次下載  |  免費
  5. 3MATLAB 7.1 下載 (含軟件介紹)
  6. 未知  |  420027次下載  |  免費
  7. 4OrCAD10.5下載OrCAD10.5中文版軟件
  8. 0.00 MB  |  234315次下載  |  免費
  9. 5Altium DXP2002下載入口
  10. 未知  |  233046次下載  |  免費
  11. 6電路仿真軟件multisim 10.0免費下載
  12. 340992  |  191187次下載  |  免費
  13. 7十天學會AVR單片機與C語言視頻教程 下載
  14. 158M  |  183279次下載  |  免費
  15. 8proe5.0野火版下載(中文版免費下載)
  16. 未知  |  138040次下載  |  免費
主站蜘蛛池模板: 免费色在线| 国产三级a三级三级天天| bt在线天堂| xxxx黄| 最好看的最新中文字幕2018免费视频| 日韩一区二区视频在线观看| 99日精品欧美国产| 激情欧美在线| 色网站综合| 亚洲黄网址| 亚洲成人网页| 男人的天堂免费视频| 日日添天天做天天爱| 人人添| 久久亚洲欧美成人精品| 久久天天躁狠狠躁夜夜不卡| xxxxxx性bbbbbb| 国产一二三区精品| 在线视频网址| 色多多视频在线播放| 天天干天天干天天操| xxxx性xxxx| 国产精品女人在线观看| 欧美精品高清在线xxxx| 日韩毛片大全免费高清| 深夜久久| 亚洲线精品一区二区三区| 国产99色| 亚洲国产视频网| 精品伊人久久大线蕉地址| 干人人| 日本a免费| 久久va| 日韩欧美一卡二区| 色一情一乱一乱91av| 亚洲性人人天天夜夜摸| 99久久99久久精品免费看子伦| 午夜三级网| 国产女人视频免费观看| 18满xo影院视频免费体验区| 久久久噜久噜久久综合|