
임의의 명령을 실행할 수 있는 악성 RMI 서버. CVE-2021-44228에 유용할 수 있습니다.
임의의 명령을 실행할 수 있는 악성 RMI 서버입니다. 로컬 권한 상승(privesc) 시나리오에서 CVE-2021-44228에 유용할 수 있습니다.
./gradlew bootJar
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.