Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
evil-rmi-server — An evil RMI server that can launch an arbitrary command. May be useful for CVE-2021-44228 | Kitploit
Tools/GitHubGitHub/hydragyrum/evil-rmi-server
Payload GenerationVulnerability AnalysisExploitationPenetration TestingRemote Access Tool
GitHubhydragyrum/evil-rmi-server

evil-rmi-server

An evil RMI server that can launch an arbitrary command. May be useful for CVE-2021-44228

View Repository
1234 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

evil-rmi-server

An evil RMI server that can launch an arbitrary command. May be useful for CVE-2021-44228 in a local privesc scenario

Build

./gradlew bootJar

Run

root@kitploit:~
Usage: java -jar build/libs/evilRMIServer-1.0-SNAPSHOT.jar [-hV] [-p=<port>]
       <cmd>
An evil RMI Server to help construct and run an arbitrary command.
      <cmd>           The Command to run. Wrap in quotes if there are spaces.
  -h, --help          Show this help message and exit.
  -p, --port=<port>   The port to listen on
  -V, --version       Print version information and exit.
Download Tool