Packages and Binaries:
detect-it-easy
Detect It Easy (DiE) is a powerful tool for file type identification, popular among malware analysts, cybersecurity experts, and reverse engineers worldwide. Supporting both signature-based and heuristic analysis, DiE enables efficient file inspections across a broad range of platforms, including Windows, Linux, and MacOS. Its adaptable, script-driven detection architecture makes it one of the most versatile tools in the field, with a comprehensive list of supported OS images.
Installed size: 27.89 MB
How to install: sudo apt install detect-it-easy
Dependencies:
- libc6
- libgcc-s1
- libqt5core5t64
- libqt5gui5t64 | libqt5gui5-gles
- libqt5network5t64
- libqt5script5
- libqt5scripttools5
- libqt5sql5t64
- libqt5svg5
- libqt5widgets5t64
- libstdc++6
die
diec
root@kali:~# diec -h
Usage: diec [options] target
Detect It Easy v3.10
Copyright(C) 2006-2008 Hellsp@wn 2012-2024 hors<[email protected]> Web: http://ntinfo.biz
Options:
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific options.
-v, --version Displays version information.
-r, --recursivescan Recursive scan.
-d, --deepscan Deep scan.
-u, --heuristicscan Heuristic scan.
-b, --verbose Verbose.
-g, --aggressivecscan Aggressive scan.
-a, --alltypes Scan all types.
-l, --profiling Profiling signatures.
-U, --hideunknown Hide unknown.
-e, --entropy Show entropy.
-i, --info Show file info.
-S, --special <method> Special file info for <method>. For example -S
"Hash" or -S "Hash#MD5".
-x, --xml Result as XML.
-j, --json Result as JSON.
-c, --csv Result as CSV.
-t, --tsv Result as TSV.
-p, --plaintext Result as Plain Text.
-D, --database <path> Set database<path>.
-E, --extradatabase <path> Set extra database<path>.
-C, --customdatabase <path> Set custom database<path>.
-s, --showdatabase Show database.
-m, --showmethods Show all special methods for the file.
Arguments:
target The file or directory to open.
diel
Updated on: 2025-Sep-01