Share
## https://sploitus.com/exploit?id=14FB6125-1627-546C-A0D4-AC8242963AEC
PoC exploit for CVE-2021-44228, a Java-based exploit targeting the Log4j vulnerability in Apache Log4j. The target product/service is Apache Log4j, and the vulnerability class/vector is Remote Code Execution (RCE) via JNDI lookup. The probable entry point is the `com.example.exploit.Main` class, which is specified in the `pom.xml` file as the main class. The exploit is typically invoked by running the `Main` class, but the exact invocation method is not specified. The preconditions for exploitation are that the vulnerable version of Log4j (2.14.1) is installed, and the expected impact is Remote Code Execution.