Indetectables Toolkit
Toolkit, which is Designed as a Swiss Army knife, this curated toolkit is invaluable for malware analysts, crackers, and cybersecurity experts. It is meticulously crafted to support both novice and experienced users.
Toolkit organized into categories, according to performing certain action, to streamline your search for the right tools. Each category is packed with powerful applications tailored for specific tasks, ensuring you have the best tools at your fingertips for everything from detailed software analysis to effective data unpacking.CATEGORIES
ANALYSE
A collection of tools designed to deeply analyze and interpret software and data behavior.ANALYSE
4n4lDetector
- Web: GitHub - 4n0nym0us/4n4lDetector: Advanced static analysis tool
- Developer: 4n0nym0us
- Description: 4n4lDetector is an Advanced analysis tool for Microsoft Windows executable files, libraries, drivers and mdumps for x86 and x64. As of v1.8 an extended use for analyzing anomalies in Linux ELF executables was also included. Its main objective is to collect the necessary information to facilitate the identification of malicious code within the analyzed files.
CAPA
- Web: GitHub - mandiant/capa: The FLARE team's open-source tool to identify capabilities in executable files.
- Developer: Mandiant - www.mandiant.com
- Description: Capa detects capabilities in executable files. Run this tool against a PE, ELF, or shellcode file and it tells you what it thinks the program can do. For example, it might suggest that the file is a backdoor, is capable of installing services, or relies on HTTP to communicate.
DIE
- Web: GitHub - horsicq/DIE-engine: DIE engine
- Developer: Hors
- Description: Detect It Easy, or abbreviated "DIE" {Detect It Easy, or abbreviated "DIE" is a program for determining types of files} is a program for determining types of files. DIE-Engine is a Graphical User Interface for DIE.
ExeinfoPe
- Web: GitHub - ExeinfoASL/ASL: Free Windows Detector Software
- Developer: ASL - http://www.exeinfo.byethost18.com
- Description: ExEinfo PE detects packers, obfuscators, compilers & protectors in binary files.
PE-Bear
- Web: GitHub - hasherezade/pe-bear-releases: PE-bear (builds only)
- Developer: hasherezade
- Description: PE-bear is a freeware reversing tool for PE files. Its objective is to deliver fast and flexible “first view” for malware analysts, stable and capable to handle malformed PE files.
PEiD (with plugins and databases)
- Note: Available using the extra called: Oldies
- Web: Wayback Machine
- Developer: snaker
- Description: PEiD (short for PE iDentifier) is a well-known professional, extensible packer/cryptor/compiler detecting tool. It’s so powerful that it can detect the types/signatures of almost any PE file packing tools (at present, the number has been more than 600 kinds)
PEStudio
- Web: Winitor
- Developer: winitor
- Description: The goal of pestudio is to spot artifacts of executable files in order to ease and accelerate Malware Initial Assessment. The tool is used by Computer Emergency Response Teams (CERT), Security Operations Centers (SOC) and Digital-Forensic Labs worldwide.
ProtectionID
- Note: Available using the extra called: Oldies
- Web: ProtectionID [public]
- Developer: CDKiller & TippeX
- Description: PiD Team's Protection ID started as a PC game protection detector, and quickly became a swiss-army knife to detect packers & .NET protections.
XAPKDetector
- Web: GitHub - horsicq/XAPKDetector: APK/DEX detector for Windows, Linux and MacOS.
- Developer: Hors
- Description: This tool shows information about build tools, libraries and protection of APK/DEX files. Has heuristic capabilities, and runs in Win/MacOS/Linux.
XELFViewer
- Web: GitHub - horsicq/XELFViewer: ELF file viewer/editor for Windows, Linux and MacOS.
- Developer: Hors
- Description: This is an ELF file viewer/editor for Windows, Linux and MacOS.
XPEViewer
- Web: GitHub - horsicq/XPEViewer: PE file viewer/editor for Windows, Linux and MacOS.
- Developer: Hors
- Description: This tool is a PE file viewer/editor for Windows, Linux and MacOS.
DECOMPILERS
Tools for decompiling binaries to source code.[ANDROID] JADX
- Web: GitHub - skylot/jadx: Dex to Java decompiler
- Developer: skylot
- Description: Dex to Java decompiler: command line and GUI tools for producing Java source code from Android Dex and Apk files
[AUTOIT] Exe2Aut
- Web: Exe2Aut - AutoIt Decompiler
- Developer: Unknown
- Description: Exe2Aut is designed to be the easiest to use and most versatile decompiler for compiled AutoIt3 scripts one could think of. Exe2Aut is even capable of decompiling executables that have been packed and protected using AutoIt3Camo, Themida, Armadillo, Safengine and so forth due to its low level nature.
[AUTOIT] MyAutToExe
- Web: https://files.planet-dl.org/Cw2k/MyAutToExe/index.html
- Developer: [email protected]
- Description: Decompiles 'compiled' AutoIT Exe files.
[AUTOIT] UnAutoIt
- Web: https://github.com/x0r19x91/UnAutoIt here link is died. Forked link: https://github.com/digitalsleuth/UnAutoIt
- Developer: x0r19x91
- Description: Decompiles AutoIt v3+ Exe files.
[DELPHI] Dede
- Note: Available using the extra called: Oldies
- Web: Google Code Archive - Long-term storage for Google Code Project Hosting.
- Developer: DaFixer
- Description: DeDe is a very fast program that can analize executables compiled with Delphi 3,4,5,6, C++Builder and Kylix and give you all dfm files on the target, every published method in well-commented Assembler, and lots of other information.
[DELPHI] IDR
- Web: GitHub - crypto2011/IDR: Interactive Delphi Reconstructor
- Developer: crypto2011
- Description: IDR is a decompiler of executable files (EXE) and dynamic libraries (DLL), written in Delphi and executed in Windows32 environment, with the final aim of being capable to restore the most part of initial Delphi source codes from the compiled file.
[DOTNET] dnSpyEx
- Web: GitHub - dnSpyEx/dnSpy: Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
- Developer: dnSpy team
- Description: dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available.
[DOTNET] GrayWolf
- Note: Available using the extra called: Oldies
- Web: DigitalBodyGuard
- Developer: DigitalBodyGuard
- Description: GrayWolf is a reverse engineering tool focused on .NET Framework Applications. It can de-obfuscate binaries, live-edit IL, add payloads, edit attributes, and copy strong names signing on EXE/DLL.
[DOTNET] ILSpy
- Web: GitHub - icsharpcode/ILSpy: .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
- Developer: ic#code
- Description: ILSpy is the open-source .NET assembly browser and decompiler.
[JAVA] JD-GUI
- Web: GitHub - java-decompiler/jd-gui: A standalone Java Decompiler GUI
- Developer: the Java Decompiler dev team
- Description: This is a standalone graphical utility that displays Java sources from CLASS files.
[JAVA] Recaf
- Web: GitHub - Col-E/Recaf: The modern Java bytecode editor
- Developer: Matt Coley (Col-E)
- Description: An easy to use modern Java bytecode editor that abstracts away the complexities of Java programs. Recaf abstracts away constant pool, stack frames, wide instructions, and more.
[PYTHON] PyInstxtractor
- Web: GitHub - extremecoders-re/pyinstxtractor: PyInstaller Extractor
- Developer: extremecoders-re
- Description: Python script to extract the contents of a PyInstaller generated Windows executable file. The contents of the pyz file (usually pyc files) present inside the executable are also extracted. The header of the pyc files are automatically fixed so that a Python bytecode decompiler will recognize it.
[PYTHON] Python Decompyle++
- Web: GitHub - xchwarze/pycdc-builder: C++ python bytecode disassembler and decompiler
- Developer: Michael Hansen, Darryl Pogue, charlietang98, Kunal Parmar, Olivier Iffrig, Zlodiy
- Description: Decompyle++ is a tool that aims to translate compiled Python byte-code back into valid and human-readable Python source code. It includes both a byte-code disassembler (pycdas) and a decompiler (pycdc), and supports byte-code from any version of Python.
[VB] VB Decompiler
- Web: https://www.vb-decompiler.org
- Developer: DotFix Software
- Description: VB Decompiler is an advanced tool that can decompile programs (EXE, DLL, or OCX) written in Visual Basic 5.0/6.0 and disassemble programs based on .NET technology. As you know, programs written in Visual Basic can be compiled to interpreted p-code or to native code, and a .NET assembly is always compiled to Microsoft intermediate language (MSIL).
DISSASEMBLER
Resources and tools to disassemble compiled programs.BDASM
- Note: Available using the extra called: Oldies
- Web: www.bsasm.com (closed)
- Developer: Manuel Jiménez
- Description: BDASM is a multi-cpu, multi format file disassembler for Windows. Currently it supports ELF, X-Box, PE and raw binary files. The CPU support includes the Intel x86 16/32bits processor family up to SSE2 instructions, and PowerPc 603,604 32bits CPUs.
Cutter
- Web: GitHub - rizinorg/cutter: Free and Open Source Reverse Engineering Platform powered by rizin
- Developer: https://rizin.re
- Description: Cutter is a free and open-source reverse engineering platform powered by Rizin (fork of the radare2 reverse engineering framework). It aims at being an advanced and customizable reverse engineering platform while keeping the user experience in mind. Cutter is created by reverse engineers for reverse engineers.
Ghidra (bestest for analysis
)
- Note: Available using the extra called: Ghidra
- Web: Ghidra
- Developer: NSA
- Description: Ghidra is a software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate. This framework includes a suite of full-featured, high-end software analysis tools that enable users to analyze compiled code on a variety of platforms.
OllyDbg 1.10 (with plugins and scripts)
- Note: Available using the extra called: Oldies
- Web: https://www.ollydbg.de
- Developer: Oleh Yuschuk
- Description: OllyDbg is an x86 debugger that emphasizes binary code analysis, which is useful when source code is not available. It traces registers, recognizes procedures, API calls, switches, tables, constants and strings, as well as locates routines from object files and libraries. It has a user-friendly interface, and its functionality can be extended by third-party plugins.
w32Dasm (with all versions)
- Note: Available using the extra called: Oldies
- Web: http://members.home.net/w32dasm/ (closed)
- Developer: URSoftware
- Description: W32DASM is a disassembler: a tool made to translate machine language back into assembly language. It's ideal for those interested in reverse engineering, who want to take code apart and find out how it works. Although W32DASM is ancient since hasn't received updates for a very long time (it's officially discontinued), it works without any trouble on Windows 10.
x64dbg
- Web: www.x64dbg.com
- Developer: Duncan Ogilvie (mrexodia)
- Description: An open-source binary debugger for Windows, aimed at malware analysis and reverse engineering of executables you do not have the source code for. There are many features available and a comprehensive plugin system to add your own.
HEX EDITOR
Utilities for editing binaries at the byte level.HxD
- Web: HxD - Freeware Hex Editor and Disk Editor | mh-nexus
- Developer: Maël Hörz
- Description: HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size. The easy to use interface offers features such as searching and replacing, exporting, checksums/digests, insertion of byte patterns, a file shredder, concatenation or splitting of files, statistics and much more.
ImHex
- Web: GitHub - WerWolv/ImHex:
A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. - Developer: WerWolv
- Description: ImHex is a Hex Editor, a tool to display, decode and analyze binary data to reverse engineer their format, extract informations or patch values in them. What makes ImHex special is that it has many advanced features that can often only be found in paid applications. Such features are a completely custom binary template and pattern language to decode and highlight structures in the data, a graphical node-based data processor to pre-process values before they're displayed, a disassembler, diffing support, bookmarks and much much more.
REHex
- Web: GitHub - solemnwarning/rehex: Reverse Engineers' Hex Editor
- Developer: Daniel Collins (solemnwarning)
- Description: A cross-platform (Windows, Linux, Mac) hex editor for reverse engineering, and everything else.
MONITOR
Software for monitoring system performance and activities.Api Monitor
- Web: API Monitor: Spy on API Calls and COM Interfaces (Freeware 32-bit and 64-bit Versions!) | rohitab.com
- Developer: Rohitab
- Description: This fine tool lets you monitor and control API calls made by applications and services. Its a powerful tool for seeing how applications and services work or for tracking down problems that you have in your own applications.
Autoruns
- Web: Autoruns - Sysinternals
- Developer: Sysinternals
- Description: This utility, which has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and when you start various built-in Windows applications like Internet Explorer, Explorer and media players.
CurrPorts
- Web: CurrPorts: Monitoring TCP/IP network connections on Windows
- Developer: NirSoft
- Description: CurrPorts is network monitoring software that displays the list of all currently opened TCP/IP and UDP ports on your local computer. For each port in the list, information about the process that opened the port is also displayed, including the process name, full path of the process, version information of the process (product name, file description, and so on), the time that the process was created, and the user that created it.
HollowsHunter
- Web: GitHub - hasherezade/hollows_hunter: Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
- Developer: hasherezade
- Description: Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
MultiMon
- Web: Resplendence Software - Multimon, Advanced Multifunctional System Monitor
- Developer: Resplendence Software Projects Sp.
- Description: MultiMon is an advanced multifunctional system monitoring tool for Windows which displays detailed output of a wide range of activities in real-time. The system monitor displays process and thread creation as well as binary image loading. The file system monitor displays activity from the perspective of the file system. The registry monitor shows registry activity in real time.
PE-sieve
- Web: GitHub - hasherezade/pe-sieve: Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).
- Developer: hasherezade
- Description: PE-sieve is a tool that helps to detect malware running on the system, as well as to collect the potentially malicious material for further analysis. Recognizes and dumps variety of implants within the scanned process: replaced/injected PEs, shellcodes, hooks, and other in-memory patches. Detects inline hooks, Process Hollowing, Process Doppelgänging, Reflective DLL Injection, etc.
Portmon
- Web: Portmon - Sysinternals
- Developer: SysInternals
- Description: Portmon is a utility that monitors and displays all serial and parallel port activity on a system. It has advanced filtering and search capabilities that make it a powerful tool for exploring the way Windows works, seeing how applications use ports, or tracking down problems in system or application configurations.
Process Explorer
- Web: Process Explorer - Sysinternals
- Developer: Sysinternals
- Description: Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.
Procmon
- Web: Process Monitor - Sysinternals
- Developer: Sysinternals
- Description: Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements.
RegistryChangesView
- Web: Compare snapshots of Windows Registry
- Developer: NirSoft
- Description: RegistryChangesView is a tool for Windows that allows you to take a snapshot of Windows Registry and later compare it with another Registry snapshots, with the current Registry or with Registry files stored in a shadow copy created by Windows. When comparing 2 Registry snapshots, you can see the exact changes made in the Registry between the 2 snapshots, and optionally export the Registry changes into a standard .reg file of RegEdit.
RegShot
- Web: GitHub - Seabreg/Regshot: Regshot is a small, free and open-source registry compare utility that allows you to quickly take a snapshot of your registry and then compare it with a second one - done after doing system changes or installing a new software product
- Developer: Seabreg
- Description: Regshot is a small, free and open-source registry compare utility that allows you to quickly take a snapshot of your registry and then compare it with a second one - done after doing system changes or installing a new software product.
SysAnalyzer
- Web: https://github.com/dzzie/SysAnalyzer
- Developer: dzzie
- Description: SysAnalyzer is an application that was designed to give malcode analysts an automated tool to quickly collect, compare, and report on the actions a binary took while running on the system.
System Informer (Process Hacker 3)
- Web: https://systeminformer.sourceforge.io
- Developer: System Informer
- Description: A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.
TCPView
- Web: TCPView for Windows - Sysinternals
- Developer: Sysinternals
- Description: TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections.
NFOMAKER
Tools for creating or editing NFO files.
Ascii Generator 2
- Web: https://ascgendotnet.jmsoftware.co.uk
- Developer: Jonathan Mathews
- Description: Ascii Generator 2 (Ascgen2) is an advanced and open-source Windows application to convert images into high quality ASCII art – text that accurately represents the original image. It is the first and only program of its kind to support output for display in variable width fonts, with real-time output adjustment and much more.
Cool Beans NFO Creator
- Web: https://www.coolbeans.ws/nfocreator.shtml
- Developer: Cool Beans Software
- Description: Cool Beans NFO Creator is a small program that generates detailed .nfo text files based on nearly fifty user-input fields.
NFO Maker
- Web: Unknown
- Developer: tHE EGOiSTE - The Millenium Group
- Description: NFO Maker generator
How it looks?
Reference
GitHub - indetectables-net/toolkit: The essential toolkit for reversing, malware analysis, and cracking
I saw they has Reverse Shell Generator in their website
Indetectables - Reverse Shell Generator
Thank you for reading, it is very handy program for users who love "All in One" toolset. I will thank as well to the creators of this such amazing program, it saves time and very handy tool! I wrote a little detail about tools which this Indetectables toolkit use, as soon as, I hope it will be helpful for "knowledge-seeker" users
Son düzenleme:



