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)
- Host: GitHub
- URL: https://github.com/koutto/compression-identifier
- Owner: koutto
- Created: 2017-03-16T09:40:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T21:37:23.000Z (over 1 year ago)
- Last Synced: 2025-04-18T04:12:21.215Z (7 months ago)
- Topics: compression, compression-algorithm, pentest
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 23
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)


