Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lockfale/OSINT-Framework
OSINT Framework
https://github.com/lockfale/OSINT-Framework
footprinting intelligence-gathering osint osint-framework osint-resources reconnaissance
Last synced: 3 months ago
JSON representation
OSINT Framework
- Host: GitHub
- URL: https://github.com/lockfale/OSINT-Framework
- Owner: lockfale
- License: mit
- Created: 2015-12-19T03:17:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T05:38:06.000Z (3 months ago)
- Last Synced: 2024-08-01T09:25:29.651Z (3 months ago)
- Topics: footprinting, intelligence-gathering, osint, osint-framework, osint-resources, reconnaissance
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 7,163
- Watchers: 454
- Forks: 1,235
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - lockfale/OSINT-Framework - OSINT Framework (JavaScript)
README
# 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
(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### 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.
- Update the arf.json file in the format shown below. If this isn't the first entry for a folder, add a comma to the last closing brace of the previous entry.
```
{
"name": "Example Name",
"type": "url",
"url": "http://example.com"
}
```
- Submit pull request!
Thank you!
## OSINT Framework Website
https://osintframework.com
Happy Hunting!