Packet sniffing and spoofing
Monitoring the network for data exchanged between computers and inserting our own data.
Code files for today:
- receive_udp.c
- receive_udp.py
- send_udp.c
- send_udp.py
- sniff_improved.c
- sniff_raw.c
- sniff_scapy.py
- sniff_spoof_icmp.py
- sniff.c
- udp_spoof.py
Note: all code examples are based heavily on (or copied exactly from) code originally developed by SEED Labs.