node_pcap icon indicating copy to clipboard operation
node_pcap copied to clipboard

Do you have a project using this library? Tell us about it!

Open jmaxxz opened this issue 9 years ago • 3 comments

We would like to have several examples of projects using this library to do cool things with packet capture data for the readme.

If you are an author, contributor or fan of such a library please tell us about it! :smiley_cat:

jmaxxz avatar Feb 26 '15 00:02 jmaxxz

Sure thing @jmaxxz . I am building 3 way handshake visualizer. https://github.com/vigneshshanmugam/tcp-handshake

Will include it once i am done with that.

vigneshshanmugam avatar Feb 26 '15 03:02 vigneshshanmugam

Hi, my friend and I also building Wall of Sheep (a.k.a.Password Sniffer) using this library. At first we used Python with pycap (live packets capturing) and dpkt (packets decoding) to build it but it can't working well on OSX. Until I found this library in Node.js and I changed to use Node.js with this awesome library. :+1:

Currently support to get HTTP, FTP, IMAP and POP3 login account/password.

If you want to know detail about the project click the link to check it out :smile: https://github.com/John-Lin/wallofsheep

John-Lin avatar Apr 19 '15 08:04 John-Lin

@John-Lin That is really awesome. I have been working on a replacement for dsniff based on this library. If I ever get there far enough off the ground we should have a code sharing opportunity.

jmaxxz avatar Apr 20 '15 16:04 jmaxxz