GiveBack - Medium


Nmap

nmap 10.129.242.171 -sV -sC -T3 -vvv

got port 80 so http there


now do wpscan using your API TOKEN

wpscan --url http://10.129.242.171 --api-token 

then you'll get CVE


now get curl command on victims machine


now use it to get tool chisel for port forwarding

use chisel now for port forwarding

do further and reach here

OPTION 2 :

using PHP

then we get the same output :


next step 😄


combining whole command


now do ssh


first flag :


Last updated

Was this helpful?