masscan icon indicating copy to clipboard operation
masscan copied to clipboard

[suggestion] Switch to msgpack for binary output

Open postmodern opened this issue 4 years ago • 1 comments

Instead of maintaining a custom binary output format, masscan could use libmsgpack to encode/decode the binary data from/to the struct fields.

postmodern avatar Aug 26 '21 23:08 postmodern

Msgpack support could be added as an optional output format (ex: -oM?) and then eventually -oB would switch to msgpack format or possibly be deprecated.

postmodern avatar Aug 26 '21 23:08 postmodern