2016年11月15日火曜日

tcpdump ftp password

tcpdump -nni any port 21 -l -A


tcpdump -nni any port 21 -l -A | grep -E "USER|PASS"


-v は載ってこない。