TraceLabs currently needs a maintainer and staff will not be adding anything to this repository unilaterally. PRs are always welcome. We ask that you PR in to the Dev branch.
If you want to recommend a tool to add to the VM, report a bug, or have any issues, feedback, or questions about the VM, please open an issue.
The repository includes a recipe file to build a Linux OSINT Distribution for Trace Labs based on the Kali Linux kali-vm script - https://gitlab.com/kalilinux/build-scripts/kali-vm
Use this if you just want to import and go.
-
GitHub Releases (canonical):
https://github.com/tracelabs/tlosint-vm/releases (2024 VM release) -
Mirror (Google)
-
Click here to download the VirtualBox OVA (2025 VM Release)
-
Click here to download the VMware OVA (2025 VM Release)
-
Checksums:
-
VMware:
6f3323b01afff853a35bcfb7e98be751fd17922006f453da2627963975949289 -
VirtualBox:
a6d841c19ed55e5d4338280724238ea5b80e57a33d9462efda24bce965d1666d
-
Verify integrity
# Linux/macOS
sha256sum <downloaded-file>.ova
# Windows (PowerShell)
Get-FileHash .\<downloaded-file>.ova -Algorithm SHA256Import
- VirtualBox: File → Import Appliance… → select
.ova - VMware (Workstation/Player/Fusion): File → Open… → select
.ova
Default login
osint / osint
Use this if you want a lean Kali image and then install/update OSINT tools + Firefox hardening on demand.
Download the raw file, not the GitHub “blob” page.
# Inside Kali (or your Debian-based VM)
cd ~/Desktop # or any folder you prefer
# Fetch the script (RAW URL)
wget https://raw.githubusercontent.com/tracelabs/tlosint-vm/main/scripts/tlosint-tools.sh
#Give the script executable permission
chmod +x tlosint-tools.sh
#Execute the script
./tlosint-tools.shWhat the script does
- Refreshes the Kali archive keyring and applies updates
- Installs a curated OSINT toolset (Shodan CLI, Sherlock, PhoneInfoga, SpiderFoot, sn0int, Metagoofil, Sublist3r, steghide/stegseek, StegOSuite, exiftool, tor, torbrowser-launcher, translate-shell, etc.)
- Adds TraceLabs CTF Contestant Guide (PDF) and a Self-Heal & Update shortcut to the Desktop
- Applies Firefox hardening (delete cookies/history on shutdown, block geolocation/mic/camera prompts by default, stronger tracking protection, preload OSINT bookmarks)
These are pre-generated bundles that can either import in to Virtualbox or VMWare. They are generated with the code in the Main branch of this repo with no interference from us. The goal here is to produce a finished product but give the users insight in to the "recipe" used to build it.
After you've downloaded the release that applies to you, it should be as simple as importing it in to your hypervisor.
https://github.com/tracelabs/tlosint-vm/releases
osint
osint
Note taking app Obsidian comes bundled with the VM. There is an icon on the desktop to launch Obisidian or you can run the appimage located in the home directory. We've already set up a vault for you called "TL Vault" that lives on the Desktop. The first time you run Obsidian open that vault folder. The default theme is the Trace Labs theme.
If you'd rather build your own from source or modify the version we've released then building your own is fairly straight forward. (Note: You don't need to do this if you've already downloaded a release and imported to hypervisor)
We highly reccommend that you do your build in Docker. This assumes that you already have Docker installed on your system and that you are running the build on an Intel based chip.
With that in mind you can:
git clone https://github.com/tracelabs/tlosint-vm
cd tlosint-vm
chmod +x build-in-container.sh
./build-in-container.sh
You can explore the different build options with -h flag.
The majority of OSINT tools no longer come pre-packaged with the VM. There is an option to download them via a script on the desktop though. This keeps the size of the release small enough to build and host on Github. If you want to install the tools in the script then:
- Open a terminal
- Navigate to the
Desktopfolder - Execute the install script with
./install-tools.sh
Resources
Reporting
Browsers
Data Analysis
Domains
Downloaders
Frameworks
- Little Brother (Archived)
- OSRFramework
- sn0int
- Spiderfoot
- Maltego
- OnionSearch
Phone Numbers
Social Media
Usernames
Other Tools
Firefox
- Delete cookies/history on shutdown
- Block geo tracking
- Block mic/camera detection
- Block Firefox tracking
- Preload OSINT Bookmarks
PRs are welcome. We ask that you PR in to the Dev branch.