Now that we have Tor configured and running, we can create a payload using msfvenom with which we can compromise our target.
- For our payload to use Tor2web, we need to set LHOST to the onion address and append .link to it:
- Next, we need to create a listener using the Generic Payload Handler exploit module, with windows/meterpreter_reverse_http for the payload, LHOST for our local IP address, and 9999 for LPORT:
- Now we just need to copy the payload to the target machine and execute it. After a couple of seconds, you should ...