Introduction News Documentation Download Thanks Links

Documentation

This section contains only a documentation on how to use DeSniff. I hope a FAQ section will appear in a few times.

	Command line options : 
	desniff [-d interface] [-s spoofed_ip] [-t target_ip]
	Options :
	        -d <interface>  Use the given interface
	        -s <IP>         Use a spoofed Ip address for the requests
	        -m <MAC>        Use a spoofed Mac address for the requests
	        -t <IP>         Test only one computer
	        -c              Do a full scan
	        -b              Do a basic scan
	        -f <file>       Save result in a file
	        -h              Print this help
	        -v		Verbose mode
	        -V              Version
	
	Usage examples : 
	 * scan of your entire lan :
	   # desniff
	 * scan specifying an NIC (if you have more than one card):
	   # desniff -d eth0
	 * scan only one target :
	   # desniff -t 192.168.0.12
	 * scan entire network using a spoofed IP :
	   # desniff -s 192.168.0.13
	 * scan entire network using spoofed IP and Mac addresses :
	   # desniff -s 192.168.0.13 -m 00:50:BA:1D:25:D3
	 * scan only one target using spoofed IP and Mac addresses :
	   # desniff -s 192.168.0.13 -m 00:50:BA:1D:25:D3 -t 192.168.0.12
	 * to save results in a file :
	   # desniff -f file.txt
	 * do a complete scan (default option) :
	   # desniff -c OR # desniff
	 * do a basic scan :
	   # desniff -b
   	

SourceForge Logo