Pinned Loading
-
find_spring_classes_spring4shell.sh
find_spring_classes_spring4shell.sh 1# search in jar/war files beginning from the current directory recursively
2# prints out all matches where "spring" classes are detected
3for file in `find ./ -type f \( -iname \*.war -o -iname \*.jar \)`; do echo "######## searching in $file for spring stuff ######"; jar tvf $file | grep "spring" ; done
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.