As root (sudo) get pip:
1- Install some dependencies:
apt install build-essential libssl-dev libffi-dev python-dev
2- Install pip:
| #!/usr/bin/python | |
| from __future__ import print_function | |
| from PIL import Image, ImageChops, ImageEnhance | |
| import sys, os | |
| import threading | |
| import argparse | |
| parser = argparse.ArgumentParser(description=""" | |
| Performs Error Level Analysis over a directory of images |
Note: I did not author this, i found it somehwere.
You can use these commands and rules to search for exploitation attempts against log4j RCE vulnerability CVE-2021-44228
This command searches for exploitation attempts in uncompressed files in folder /var/log and all sub folders
sudo egrep -I -i -r '\$(\{|%7B)jndi:(ldap[s]?|rmi|dns|nis|iiop|corba|nds|http):/[^\n]+' /var/log