Awesome OSINT Arsenal: Installing 750+ Intelligence and Security Tools via a Single Command
Explore Awesome OSINT Arsenal, an automated installation toolkit that packages over 751 open-source intelligence and security tools across 50 categories for Kal
Setting up a dedicated environment for open-source intelligence (OSINT) and security research has traditionally been a tedious process. Tracking down dozens of individual GitHub repositories, resolving fragmented Python packages, and compiling dependencies one by one consumes valuable hours before any investigation begins. A new automated installation toolkit, 'Awesome OSINT Arsenal', addresses this friction by consolidating hundreds of intelligence and reconnaissance utilities into single-command shell installers.

Image source: Tom Dörr (@tom_doerr) on X
751+ Open-Source Tools Across 50 Specialized Categories
Awesome OSINT Arsenal organizes more than 751 tools into 50 distinct categories, covering domains such as username enumeration, social media intelligence, DNS and domain reconnaissance, network mapping, and email verification.
Rather than requiring manual setup for utilities written in disparate languages—including Python, Go, and Bash—the repository scripts automate dependency resolution and repository fetching. By aggregating widely used OSINT utilities in a structured layout, it offers a ready-made baseline for provisioning clean research machines and security workstations.
Distribution Support and Tailored Setup Scripts
To accommodate diverse operating environments and operational needs, the repository provides several installation workflows:
-
Debian-Based Distributions (Default)
- The primary installer is built for Debian-family systems, including Kali Linux, Debian, Ubuntu, Parrot OS, Linux Mint, and Pop!_OS.
- Users can clone the repository and run the root installation script:
git clone https://github.com/rawfilejson/awesome-osint-arsenal && cd awesome-osint-arsenal && sudo bash install.sh -
Non-Debian Distributions
- For distributions such as Arch Linux, Manjaro, and Fedora, the scripts implement package manager auto-detection and fall back to
git,pip, andgocompilation where native packages are unavailable.
- For distributions such as Arch Linux, Manjaro, and Fedora, the scripts implement package manager auto-detection and fall back to
-
Android Termux Environment (
termux.sh)- For mobile setups and field testing on Android devices, a dedicated rootless (
no-sudo) script configures compatible tool subsets within Termux.
- For mobile setups and field testing on Android devices, a dedicated rootless (
-
Curated OSINT-Only Selection (
int.sh)- For users focused strictly on public data gathering rather than broad security testing, a lightweight script installs core intelligence utilities, including Sherlock, Maigret, and Amass, without loading the full suite.
Practical Caveats and Research Utility
While deploying over 750 tools with a single command is convenient, field practitioners should weigh key constraints before running the full installer:
- Disk Space and Bandwidth Overhead: Fetching and building hundreds of packages requires substantial disk space, network bandwidth, and installation time. Utilizing curated scripts like
int.shortermux.shis generally more efficient than running the comprehensive package. - Upstream Dependency Fragility: Because the scripts clone third-party repositories directly, upstream changes, branch deletions, or repository removals can cause broken links or build failures over time.
- Casework Integrity vs. Training Value: In formal investigative casework and digital forensics, the bottleneck is rarely raw tool volume—it is evidentiary discipline and maintaining a defensible chain of custody for how each artifact was gathered. A tightly audited set of a dozen reliable utilities is often preferable to hundreds of unvetted scripts in production investigations. Consequently, Awesome OSINT Arsenal is best positioned for cybersecurity education, training labs, CTF challenges, and sandbox testing.
Sources
- GitHub Repository: rawfilejson/awesome-osint-arsenal
- Tom Dörr on X (@tom_doerr): Announcement Post