Skip to content

Instantly share code, notes, and snippets.

@imweijh
Last active December 11, 2021 05:58
Show Gist options
  • Save imweijh/3ec6430153e783818880fbab5e4ef5c7 to your computer and use it in GitHub Desktop.
Save imweijh/3ec6430153e783818880fbab5e4ef5c7 to your computer and use it in GitHub Desktop.
log4j clean jndi class
find / -iname 'log4j-core*.jar' -exec jar tf {} \; | grep org/apache/logging/log4j/core/lookup/JndiLookup.class
find / -iname 'log4j-core*.jar' -print0 | xargs -0 -I{} zip -d {} org/apache/logging/log4j/core/lookup/JndiLookup.class
find / -iname 'log4j-core*.jar' -exec jar tf {} \; | grep org/apache/logging/log4j/core/lookup/JndiLookup.class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment