Update README.md

- Added recon
This commit is contained in:
Dotan J. Nahum 2022-11-02 08:44:14 +02:00 committed by GitHub
parent 5991260273
commit ae9cac9cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,6 +264,7 @@ See also *[Reverse Engineering Tools](#reverse-engineering-tools)*.
* [Hachoir](https://hachoir.readthedocs.io/) - Python library to view and edit a binary stream as tree of fields and tools for metadata extraction.
* [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.
* [peepdf](https://eternal-todo.com/tools/peepdf-pdf-analysis-tool) - Python tool to explore PDF files in order to find out if the file can be harmful or not.
* [recon](https://github.com/rusty-ferris-club/recon) - a fast Rust based CLI that uses SQL to query over files, code, or malware with content classification and processing for security experts
* [Veles](https://codisec.com/veles/) - Binary data visualization and analysis tool.
## GNU/Linux Utilities