DoS-Source_IP_Spoofing_Lab_Setup
DoS-Source_IP_Spoofing_Lab_Setup
This guide outlines how to set up a safe and isolated virtual lab to test source IP spoofing
using Scapy and hping3.
1. Tools Required
- VirtualBox or VMware Workstation
2. Network Configuration
Use Host-Only or Internal Network to isolate the lab:
• In VirtualBox > Settings > Network > Adapter 1: Attach to Internal Network
9. Observe in Wireshark
Look for spoofed packets with source IP like 1.2.3.4.
10. Clean Up
Remove iptables rule:
sudo iptables -D OUTPUT -p tcp --tcp-flags RST RST -j DROP