MetaOSINT enables open source intelligence (“OSINT”) practitioners to jumpstart their investigations by quickly identifying relevant, publicly-available tools and resources, saving valuable time during investigations, research, and analysis.
Open source intelligence (“OSINT”) is intelligence derived from open sources. Intelligence refers to raw information that has been analyzed or contextualized.
Open source refers to information that virtually anyone can access, usually over the internet.
OSINT’s definition is often extended to other forms of information/data, which may be publicly available and “free”, but which require something like registering with an email in order to obtain it.
MetaOSINT is a free and openly available aggregation of “top” tools & resources intended to help jumpstart OSINT investigations.
MetaOSINT was built by a former OSINT analyst & investigator to help answer questions like “I wonder if there’s a way to find __ specific piece of information online?”
By compiling and prioritizing among thousands of tools and resources, MetaOSINT seeks to help OSINT practitioners intuitively surface the most relevant resources much more quickly.
MetaOSINT was published in 2021 and received two rounds of major updates in 2022 & 2023.
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…