Blog Post
Can you please help a little more for target three. I opened metasploit, used the code provided with the Target 3 ip address. Opened a different terminal tab and pasted the wget command provided with the target 3 ip. Fails to execute to the meterpreter line on metasploit. Please help as I'd love to know what I'm doing wrong out of curiosity
Hello,
Are you running the wget command after you have sent the meterpreter payload, but before it has timed out? Metasploit will automatically listen for a connection back for a short period of time and then time out if it receives nothing, so run the exploit command on metasploit and then the wget command whilst it's hanging. You could also open up a separate listener as a job in metasploit or simply a netcat listener on your locally machine before you've executed the shell via wget. Hope that helps!
- kevin112 days ago
Bronze II
Hi James, I got it, had to be quick sending the wget command, thanks