From 3bf62af601b1c67ddaaadca1a343f2d749140a6e Mon Sep 17 00:00:00 2001 From: mnakamura1337 Date: Fri, 3 Mar 2017 09:52:59 +0900 Subject: [PATCH] Added "File Format Analysis Tools" section (+3 tools) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 002b5af..238c714 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,11 @@ A collection of awesome penetration testing resources * [HexEdit.js](https://hexed.it) - Browser-based hex editing * [Hexinator](https://hexinator.com/) (commercial) - World's finest Hex Editor +#### File Format Analysis Tools +* [Kaitai Struct](http://kaitai.io/) - File formats and network protocols dissection language and web IDE, generating parsers in C++, C#, Java, JavaScript, Perl, PHP, Python, Ruby +* [Veles](https://codisec.com/veles/) - Binary data visualization and analysis tool +* [Hachoir](http://hachoir3.readthedocs.io/) - Python library to view and edit a binary stream as tree of fields and tools for metadata extraction + #### Crackers * [John the Ripper](http://www.openwall.com/john/) - Fast password cracker * [Hashcat](http://hashcat.net/hashcat/) - The more fast hash cracker