cdgriffith / puremagic

Pure python implementation of identifying files based off their magic numbers
MIT License
166 stars 33 forks source link

Adding pcapng signature #23

Closed bannsec closed 4 years ago

bannsec commented 4 years ago

Needed a pcapng signature. Official sig taken from here:

https://github.com/file/file/blob/ed02a943df27cb4130306f2c1e0ec4ba86aa04ab/magic/Magdir/sniffer#L297

Verified with a local pcapng file.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 95.385% when pulling 748f18ca5072e78d72c548aab295cbca1182bc26 on bannsec:pcapng into eaadbf8690016291194b9dc82925364b6c569a3b on cdgriffith:master.

cdgriffith commented 4 years ago

I am so sorry for this taking so long. looked at this and thought I took care of this months ago!