Need some help with a log4j scanner

This page summarizes the projects mentioned and recommended in the original post on /r/PowerShell

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • CVE-2021-44228-Log4Shell-Hashes

    Hashes for vulnerable LOG4J versions

  • if you want to match for a single word inside the path like the programs folder name use -notmatch. $vulnerablesums = -split $(Invoke-WebRequest https://github.com/mubix/CVE-2021-44228-Log4Shell-Hashes/raw/main/sha256sums.txt -UseBasicParsing).content |Where-Object { $_.length -eq 64 } $localsums = (get-childitem -path "C:\" -file "log4j*.jar" -Recurse |Where-Object {$_.DirectoryName -notmatch "YOUR APPNAME"} | Get-FileHash).hash ($localsums -and (compare-object -ReferenceObject $vulnerablesums -DifferenceObject $localsums -IncludeEqual -ErrorAction SilentlyContinue).SideIndicator -eq "==") `

  • log4j-powershell-checker

    log4j PowerShell Checker

  • I have been using this: https://github.com/crypt0jan/log4j-powershell-checker

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • PoshScripts

    Collection of PowerShell Scripts for SysAdmins

  • (Requires Warren F's Invoke-Parallel.ps1, link available inside script, you may also paste the whole function there too) https://github.com/mavericksevmont/PoshScripts/blob/master/Scan-Log4j-Parallel.ps1

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Microsoft.WinGet.CommandNotFound

    1 project | news.ycombinator.com | 21 May 2024
  • Github Actions to deploy your Terraform code

    1 project | dev.to | 21 May 2024
  • New Arm-Powered Surface Pro and Surface Laptop Aim Directly at Apple Silicon Mac

    1 project | news.ycombinator.com | 20 May 2024
  • The Forged Apple Employee Badge

    1 project | news.ycombinator.com | 17 May 2024
  • We are pleased to announce the release of .NET 9 Preview 3

    1 project | news.ycombinator.com | 15 May 2024