Everything you need to run Kali Linux, SIFT Workstation, REMnux, and Flare-VM locally — free, fully isolated, and ready for real security work.
Penetration testing, network scanning, password cracking, wireless attacks
Digital forensics, incident response, memory analysis, timeline analysis
SIFT includes: Volatility, Autopsy, Sleuth Kit, Plaso, bulk_extractor, Foremost, log2timeline, Wireshark, NetworkMiner, Rekall and 80+ additional forensics tools.
Malware analysis, reverse engineering, static & dynamic analysis of suspicious files
REMnux includes: FLOSS, Capa, Ghidra, Cutter (radare2), pefile, YARA, PE-bear, oletools, CyberChef, VirusTotal CLI, Detect-It-Easy and 150+ analysis tools.
Windows-based malware analysis — debuggers, disassemblers, PE tools, .NET decompilers
Flare-VM includes: x64dbg, OllyDbg, PE-bear, CFF Explorer, Ghidra, IDA Free, dnSpy, de4dot, FLOSS, Wireshark, Process Monitor, Process Hacker and 50+ Windows tools.
Intentionally vulnerable Linux & Windows targets for practicing attacks and detection
| VM | Command to Run | Expected Result |
|---|---|---|
| Kali | nmap -sV 192.168.56.101 | Sees Metasploitable open ports |
| Kali | wireshark -v | Version info shown |
| SIFT | volatility --info | head -5 | Lists OS profiles |
| SIFT | autopsy | Web UI opens on port 9999 |
| REMnux | floss --version | FLOSS version shown |
| REMnux | capa --version | Capa version shown |
| Flare-VM | Open Start Menu → search "x64dbg" | x64dbg icon visible |
| Flare-VM | Open Start Menu → search "Ghidra" | Ghidra icon visible |