Skip to content

Instantly share code, notes, and snippets.

View ctolo's full-sized avatar
💭
Chillin' with Python

Christopher Tolo ctolo

💭
Chillin' with Python
View GitHub Profile
@ctolo
ctolo / log4j_rce_check.py
Created December 10, 2021 19:14 — forked from byt3bl33d3r/log4j_rce_check.py
Python script to detect if an HTTP server is potentially vulnerable to the log4j 0day RCE (https://www.lunasec.io/docs/blog/log4j-zero-day/)
#! /usr/bin/env python3
'''
Needs Requests (pip3 install requests)
Author: Marcello Salvati, Twitter: @byt3bl33d3r
License: DWTFUWANTWTL (Do What Ever the Fuck You Want With This License)
This should allow you to detect if something is potentially exploitable to the log4j 0day dropped on December 9th 2021.