> I will capture telnet-passwords, but tcpdump > and dsniff only show a single empty frame > instead of a password. Has anybody a hint > what happend? Other things are captured
well this seems to be a case of invalid command line options, just make sure that you are capturing the whole packet in tcpdump add on increase -s 1500 so the whole packet is seen. by default the whole packet is not captured beacuse of performance reasons -aditya ________________________________________________________________________ Delivered using the Free Personal Edition of Mailtraq (www.mailtraq.com) _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
