Merge pull request #110 from mnakamura1337/patch-2

Added "File Format Analysis Tools" section (+3 tools)
This commit is contained in:
Samar Dhwoj Acharya 2017-03-02 23:19:40 -06:00 committed by GitHub
commit b84888f464

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