Log4Pot – A honeypot for the Log4Shell vulnerability
Features Listen on various ports for Log4Shell exploitation. Detect exploitation in request line and headers. Log to file and Azure blob storage. Usage Install Poetry: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 – Fetch this GitHub repository git clone https://github.com/thomaspatzke/Log4Pot.git Change directory into the local copy with cd Log4Pot Install pycurl dependencies (Debian / Ubuntu): apt install libcurl4-openssl-dev libssl-dev python3-dev build-essential Install […]