Filemagic

Hello,

Is there a way to dump all the file magic signatures and their corresponding strength in 2.5.5?

Thanks,

Carl

The information should all be available in the files at [1] and I'm
only aware of this way of getting Bro to dump related debug
information:

    bro -b --debug-rules base/frameworks/files/magic

Beyond that, you may have to do your own parsing or hack something in
to output in the format you want.

- Jon

[1] https://github.com/bro/bro/tree/v2.5.5/scripts/base/frameworks/files/magic