Linux
$ find / -iname "log4j*"
$ ps aux | egrep '[l]og4j'
$ lsof | grep log4j
$ find / | grep log4j | grep .jar | xargs -I {} sh -c 'echo {} && unzip -p {} META-INF/MANIFEST.MF | grep Implementation-Version:'
อ้างอิง :
ทำเว็บนี้ขึ้นมา เอาไว้บันทึกโค้ด การแก้ไขปัญหาต่างๆ ที่พบเจอ