Gitpedia

OSINT Framework

OSINT Framework

From lockfale·Updated May 31, 2026·View on GitHub·

OSINT framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources. Some of the sites included might 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. The project is written primarily in JavaScript, distributed under the MIT License license, first published in 2015. It has gained significant community traction with 11,418 stars and 1,856 forks on GitHub. Key topics include: footprinting, intelligence-gathering, osint, osint-framework, osint-resources.

OSINT Framework

http://osintframework.com

Notes

OSINT framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources. Some of the sites included might 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!

Please visit the framework at the link below and good hunting!

https://osintframework.com

Legend

Name Markers

(T) - Indicates a link to a tool that must be installed and run locally
(D) - Google Dork, for more information: <a href="https://en.wikipedia.org/wiki/Google_hacking">Google Hacking</a>
(R) - Requires registration
(M) - Indicates a URL that contains the search term and the URL itself must be edited manually

Tool Metadata Fields

Each tool entry in arf.json can include structured metadata beyond the name and URL:

FieldTypeDescription
descriptionstringWhat the tool does
statusstringlive, degraded, down, or deprecated
pricingstringfree, freemium, or paid
bestForstringPrimary use case in one line
inputstringWhat the tool takes as input
outputstringWhat the tool returns
opsecstringpassive or active
opsecNotestringOperational security considerations
localInstallbooleanCorresponds to (T) marker
googleDorkbooleanCorresponds to (D) marker
registrationbooleanCorresponds to (R) marker
editUrlbooleanCorresponds to (M) marker
apibooleanWhether the tool offers an API
invitationOnlybooleanWhether access requires an invitation
deprecatedbooleanWhether the tool is deprecated

For Update Notifications

Follow me on Twitter: @jnordine - https://twitter.com/jnordine
Watch or star the project on Github: https://github.com/lockfale/osint-framework

Suggestions, Comments, Feedback

Feedback or new tool suggestions are extremely welcome! Please feel free to submit a pull request or open an issue on github or reach out on Twitter.

Contribute with a GitHub Pull Request

For new resources, please ensure that the site is available for public and free use.

  1. Update arf.json with your new tool entry in the appropriate category folder. Use the enriched format below:
json
{ "name": "Example Name (T)", "type": "url", "url": "https://example.com", "description": "Brief description of what the tool does and its key capabilities.", "status": "live", "pricing": "free", "bestFor": "Primary use case in one sentence", "input": "What the tool accepts (e.g., Username, Domain, IP address)", "output": "What the tool returns (e.g., Profile matches, DNS records)", "opsec": "passive", "opsecNote": "Any operational security considerations for using this tool.", "localInstall": true, "googleDork": false, "registration": false, "editUrl": false, "api": false, "invitationOnly": false, "deprecated": false }

At a minimum, include name, type, and url. The metadata fields are strongly encouraged as they help users understand each tool at a glance.

Append (T), (D), (R), or (M) to the name when applicable, and set the corresponding boolean field to true.

  1. Submit your pull request!

OSINT Framework Website

https://osintframework.com

Happy Hunting!

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from lockfale/OSINT-Framework via the GitHub API.Last fetched: 6/1/2026