Skip to content

v2.7.7

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 06:12
· 500 commits to main since this release

Add:

  • "POC Execution Duration Monitor": This monitor tracks and records the execution time of each POC to identify the POC with the longest execution time.
  • "Vulnerability Scanner Breakpoint": Once a vulnerability is detected, the scanning program will immediately halt the scan and report the identified vulnerability.

新增:

  • -pedm "POC Execution Duration Monitor"(POC执行时长监视器):监控并记录各个POC执行的时间,以便识别执行时间最长的POC。当一个POC执行时间超过1分钟时,将会触发提醒,接着每隔1分钟提醒一次,直到该POC执行完毕。
  • "Vulnerability Scanner Breakpoint"(漏洞扫描断点):在发现漏洞后,扫描程序将立即停止扫描并报告该漏洞。此功能通常用于避免触发防火墙等情况下的过多扫描。

优化:

  • "arcgis-default-password"(ArcGIS默认口令):将ArcGIS的3个Admin/Manager/Rest默认口令的PoC合并为一个。
  • 对于 "mysql-detect" 和 "CVE-2023-25573",进行误报修复。
  • 针对CVE-2023-25157,提升扫描速度。