An open API service indexing awesome lists of open source software.

https://github.com/koutto/compression-identifier

Compression Identifier tool (Zlib, Deflate, Gzip)
https://github.com/koutto/compression-identifier

compression compression-algorithm pentest

Last synced: 7 months ago
JSON representation

Compression Identifier tool (Zlib, Deflate, Gzip)

Awesome Lists containing this project

README

          

compression-identifier
====

Small tool that permits to detect compressed data into raw data (packet with binary data for example). It can also be used to compress data into a given format. Originally, it has been developped to deal with compressed data when performing network traffic analysis during security audits of thick clients.

Supported compression algorithms
----
* **Zlib**: [RFC 1950](./references/rfc1950.txt)
* **Deflate**: [RFC 1951](./references/rfc1951.txt)
* **Gzip**: [RFC 1952](./references/rfc1952.txt)

![help](./pictures/help.png)
![example_zlib](./pictures/example_zlib.png)
![example_deflate](./pictures/example_deflate.png)