OSINT Framework
OSINT framework focused on gathering information from free tools or resources. The intention is to help people find OSINT resources that return free information. Some of the sites included my require registration or offer more data for $$$, but you should be able to get at least a portion of the available information for no cost.
I originally created this framework with an information security point of view. Since then, the response from other fields and disciplines has been incredible. I would love to be able to include any other OSINT resources, especially from fields outside of infosec. Please let me know about anything that might be missing!
(T) – Indicates a link to a tool that must be installed and run locally
(D) – Google Dork, for more information: Google Hacking
(R) – Requires registration
(M) – Indicates a URL that contains the search term and the URL itself must be edited manually
Instructions for installing/running locally
- Clone this repo
- Open a terminal in repo directory
and then…
install dependencies with npm:
- Run `npm install`
- Run `npm start` to start SimpleHTTPServer in the /public directory on port 8000 (you’ll need python installed for this, of course)
- Open your browser to http://localhost:8000
install dependencies with bower:
- Run `bower install`
- Run `cd ./public; python -m SimpleHTTPServer 8000` (you’ll need python installed for this, of course)
- Open your browser to http://localhost:8000
Online version: http://osintframework.com/