Sniff Then Spoof MITM Attack using Scapy and Python.
00:01 - Intro
00:25 - Scenario
00:58 - Example
01:31 - Libraries to Import
02:09 - Requirements
03:11 - ARP Spoofing
04:38 - ICMP Spoofing
05:54 - Demonstration in Kali linux
Sniff spoof man in the attack works by first sniffing a packet from a specific node and then spoofing an arp reply and icmp reply to that node on the local area network. When a node want to communicate with another node on the network it will first broadcast an arp request through out the LAN. Attacker machine will intercept that request and respond to the requester with a fake arp reply. Once victim machine has MAC address of the node it will send an icmp message (ping) to the attacker machine thinking that its communicating with the node it wanted to communicate with. Attacker machine will again capture the ping request and respond to the victim with a spoofed icmp reply.
-*- Support on Patreon: / voxelpixel
-*- Source Code: https://github.com/VoxelPixel