networking - Read IMAP packets from a tcpdump file in JAVA -


i have write program in java called imapsniffer.java analyzes imap packets (i.e., packets source or destination port of 143) contained in tcpdump file , outputs captured valid imap username/password pairs when terminates. valid username/password pair username , password has been accepted imap server. after reading imap packets tcpdump file program should exit exit code 0 captured usernames , passwords have been printed . in case of errors (e.g., wrong number of arguments, file not found, etc.) program should exit exit code 1

all found on internet programs sniffed packets devices attached systems (listening live traffic network device) none them had code sniff data saved file has packets pop3 , http imap etc ....

all need step step tutorial how .. beginner java , first encounter it.. or link job ...


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -