Monday, January 4, 2016

Ettercap and Driftnet Combination

  No comments

How to see an image that opened by other users in your network (Kali V2.0)


The one you need to complete this task are ettercap and driftnet. To get this your operating system must be Kali Linux. If you run this program by using Kali tools in other linux distros, it wont perfectly work. So, I suggest you to dualboot your PC with Kali Linux to doing this task.

DO WITH YOUR OWN RISK!!!
THIS EXPLANATION IS FOR EDUCATIONAL PURPOSE ONLY!!!
DO IT ON YOUR NETWORK ONLY!!! IF NOT YOU WILL BE IN JAIL!!!


Steps:
  1. Open Terminal and type "ettercap -G" to open Ettercap GUI. Of course you must be on root mode.


  2.  It will open a Ettercap GUI. After that click on SNIFF TAB and choose UNIFIED SNIFF and choose your ethernet (usually wlan0) and click OK.

  3. After that, click HOSTS TAB and click SCAN FOR HOSTS and after that click HOSTS TAB again and click HOSTS LIST.

  4. Now add your router IP address as target 1 and your victim IP to target 2 (open other terminal and type "route -n" to see your router address. After you found your router IP address you can see other user which connect to your network by type "nmap -sn [your router IP address]").

  5. After that click MITM TAB and click ARP POISONING and check "Sniff remote connections" and click OK.

  6. Finally, open other terminal and type "driftnet -i [ethernetcard, like 'wlan0']". It will pop out an blank window that will be filled by any images opened by your victim.



No comments :

Post a Comment