{"id":13474690,"url":"https://github.com/i3visio/osrframework","last_synced_at":"2025-03-26T22:31:07.473Z","repository":{"id":25227854,"uuid":"28652279","full_name":"i3visio/osrframework","owner":"i3visio","description":"OSRFramework, the Open Sources Research Framework is a AGPLv3+ project by i3visio focused on providing API and tools to perform more accurate online researches.","archived":false,"fork":false,"pushed_at":"2024-04-23T00:12:45.000Z","size":4310,"stargazers_count":960,"open_issues_count":84,"forks_count":252,"subscribers_count":53,"default_branch":"master","last_synced_at":"2025-03-11T17:05:33.180Z","etag":null,"topics":["gnu-agplv3","hacking","internet","investigations","osint","osrframework","pypi","python3","social-networks","user-management"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/i3visio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-31T02:00:03.000Z","updated_at":"2025-03-10T21:31:48.000Z","dependencies_parsed_at":"2022-09-26T17:31:09.855Z","dependency_job_id":"145782b5-62a8-48bb-b402-68b3b04cee81","html_url":"https://github.com/i3visio/osrframework","commit_stats":{"total_commits":741,"total_committers":12,"mean_commits":61.75,"dds":0.1309041835357625,"last_synced_commit":"e02a6e9b1346ab5a01244c0d19bcec8232bf1a37"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i3visio%2Fosrframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i3visio%2Fosrframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i3visio%2Fosrframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i3visio%2Fosrframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i3visio","download_url":"https://codeload.github.com/i3visio/osrframework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245747576,"owners_count":20665813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gnu-agplv3","hacking","internet","investigations","osint","osrframework","pypi","python3","social-networks","user-management"],"created_at":"2024-07-31T16:01:14.095Z","updated_at":"2025-03-26T22:31:06.731Z","avatar_url":"https://github.com/i3visio.png","language":"Python","readme":"OSRFramework\n============\n\nOSRFramework: Open Sources Research Framework\n\nCopyright (C) 2014-2021  F. Brezo and Y. Rubio, i3visio\n\n[![Version in PyPI](https://img.shields.io/pypi/v/osrframework.svg)]()\n[![License](https://img.shields.io/badge/license-GNU%20Affero%20General%20Public%20License%20Version%203%20or%20Later-blue.svg)]()\n\n1 - Description\n---------------\n\nOSRFramework is a GNU AGPLv3+ set of libraries developed by i3visio to perform Open Source Intelligence collection tasks.\nThey include references to a bunch of different applications related to username checking, DNS lookups, information leaks research, deep web search, regular expressions extraction and many others.\nAt the same time, by means of ad-hoc Maltego transforms, OSRFramework provides a way of making these queries graphically as well as several interfaces to interact with like OSRFConsole or a Web interface.\n\n2 - License: GNU AGPLv3+\n------------------------\n\nThis is free software, and you are welcome to redistribute it under certain conditions.\n\n\tThis program is free software: you can redistribute it and/or modify\n\tit under the terms of the GNU Affero General Public License as published by\n\tthe Free Software Foundation, either version 3 of the License, or\n\t(at your option) any later version.\n\n\tThis program is distributed in the hope that it will be useful,\n\tbut WITHOUT ANY WARRANTY; without even the implied warranty of\n\tMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\tGNU Affero General Public License for more details.\n\n\tYou should have received a copy of the GNU Affero General Public License\n\talong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n\nFor more details on this issue, check the [COPYING](COPYING) file.\n\n3 - Installation\n----------------\n\nFast way to do it on any system for a user with administration privileges:\n```\nsudo pip3 install osrframework\n```\nYou can upgrade to the latest release of the framework with:\n```\nsudo pip3 install osrframework --upgrade\n```\nThis will manage all the dependencies for you and install the latest version of the framework.\n\nIf you needed further information on how to install OSRFramework on certain systems, note that you may need to add `export PATH=$PATH:$HOME/.local/bin` to your `~/.bashrc_profile`). This has been confirmed in some distributions, including MacOS.\nIn any case, we recommend you yo have a look at the [INSTALL.md](doc/INSTALL.md) file where we provide additional details for these cases.\n\n4 - Basic usage\n---------------\n\nIf everything went correctly (we hope so!), it's time for trying usufy., mailfy and so on.\nBut where are they locally? They are installed in your path meaning that you can open a terminal anywhere and typing the name of the program (seems to be an improvement from previous installations...). Examples:\n\n```\nosrf --help\nusufy -n i3visio febrezo yrubiosec -p twitter facebook\nsearchfy -q \"i3visio\"\nmailfy -n i3visio\n```\n\nType -h or --help to get more information about which are the parameters of each application.\n\nThe tools installed in this package include:\n\n- `alias_generator`. Generates candidate nicknames based on known info about the target. **Input**: information about the target. **Output**: list of possible nicknames.\n- `checkfy`. Guesses possible emails based on a list of candidate nicknames and a pattern. **Input**: list of nicknames and an email pattern. **Output**. list of emails matching the pattern..\n- `domainfy`. Finds domains that currently resolve using a given word or nickname. **Input**: liat of words. **Output**: domains using that word that currently resolve.\n- `mailfy`. Find more information about emails taken as a reference either a nickname (to generate a  list of possible emails) or the email list. **Input**: list of nicknames or emails. **Output**: found information about the email.\n- `osrf`. Shared wrapper for the rest of the applications. All commands can also be used as `osrf usufy…`, `osrf mailfy…`, etc.\n- `phonefy`. Recovers information about mobile phones linked to known spam practices. **Inputs**: list of phones. **Outputs**: Phones linked to spam.\n- `searchfy`. Finds profiles linked to a fullname. **Inputs**: list of phones. **Outputs**: Known profiles linked to the query.\n- `usufy`. Identifies socialmedia profiles using a given nickname. **Inputs**: list of nicknames. **Outputs**: Known profiles in socialmedia using those nicknames.\n\nYou can find the configuration files in a folder created in your user home to define the default behaviour of the applications:\n```\n# Configuration files for Linux and MacOS\n~/.config/OSRFramework/\n# Configuration files for Windows\nC:\\Users\\\u003cUser\u003e\\OSRFramework\\\n```\n\nOSRFramework will look for the configuration settings for each application stored there.\nYou can add new credentials there and if something goes wrong, you can always restore the files stored in the `defaults` subfolder.\n\nIf you are experiencing problems, you might fight relevant information in the (FAQ Section)[doc/FAQ.md].\n\n5 - HACKING\n-----------\n\nIf you want to extend the functionalities of OSRFramework and you do not know where to start from, check the [HACKING.md](doc/HACKING.md) file.\n\n6 - AUTHORS\n-----------\n\nMore details about the authors in the [AUTHORS.md](AUTHORS.md) file.\n","funding_links":[],"categories":["Uncategorized","Python","Tools","Python (1887)","\u003ca id=\"170048b7d8668c50681c0ab1e92c679a\"\u003e\u003c/a\u003e工具","Pentesting"],"sub_categories":["Uncategorized","\u003ca id=\"a695111d8e30d645354c414cb27b7843\"\u003e\u003c/a\u003eDNS","OSINT - Open Source INTelligence"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi3visio%2Fosrframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi3visio%2Fosrframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi3visio%2Fosrframework/lists"}