pmarrapese / iot

Resources for IoT security research
66 stars 24 forks source link

Alternative dissector in Lua which handles encrypted traffic #4

Open magicus opened 10 months ago

magicus commented 10 months ago

Thank you for the WireShark dissector!

I have built an alternative dissector using Lua, which can handle "encrypted" traffic (it's more of an "obfuscation", really). Just wanted to let you know. :-)

https://github.com/magicus/pppp-dissector

pmarrapese commented 7 months ago

@magicus Hey, awesome work! 💙 I had done a PoC of this with WSGD but it was extremely hacky and slow; Lua was certainly the way to go :) Thanks for this!

magicus commented 7 months ago

Thanks!

You might want to put in a link to it in the README in your p2p dissector, to help guide people who find your dissector first.