Added "File Format Analysis Tools" section (+3 tools)

This commit is contained in:
mnakamura1337 2017-03-03 09:52:59 +09:00 committed by GitHub
parent 23cb58e320
commit 3bf62af601

View File

@ -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