• Stars
    star
    914
  • Rank 49,973 (Top 1.0 %)
  • Language
    Python
  • License
    GNU Affero Genera...
  • Created almost 10 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OSRFramework, the Open Sources Research Framework is a AGPLv3+ project by i3visio focused on providing API and tools to perform more accurate online researches.

OSRFramework

OSRFramework: Open Sources Research Framework

Copyright (C) 2014-2021 F. Brezo and Y. Rubio, i3visio

Version in PyPI License

1 - Description

OSRFramework is a GNU AGPLv3+ set of libraries developed by i3visio to perform Open Source Intelligence collection tasks. They 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. At 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.

2 - License: GNU AGPLv3+

This is free software, and you are welcome to redistribute it under certain conditions.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

For more details on this issue, check the COPYING file.

3 - Installation

Fast way to do it on any system for a user with administration privileges:

sudo pip3 install osrframework

You can upgrade to the latest release of the framework with:

sudo pip3 install osrframework --upgrade

This will manage all the dependencies for you and install the latest version of the framework.

If 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. In any case, we recommend you yo have a look at the INSTALL.md file where we provide additional details for these cases.

4 - Basic usage

If everything went correctly (we hope so!), it's time for trying usufy., mailfy and so on. But 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:

osrf --help
usufy -n i3visio febrezo yrubiosec -p twitter facebook
searchfy -q "i3visio"
mailfy -n i3visio

Type -h or --help to get more information about which are the parameters of each application.

The tools installed in this package include:

  • alias_generator. Generates candidate nicknames based on known info about the target. Input: information about the target. Output: list of possible nicknames.
  • 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..
  • domainfy. Finds domains that currently resolve using a given word or nickname. Input: liat of words. Output: domains using that word that currently resolve.
  • 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.
  • osrf. Shared wrapper for the rest of the applications. All commands can also be used as osrf usufy…, osrf mailfy…, etc.
  • phonefy. Recovers information about mobile phones linked to known spam practices. Inputs: list of phones. Outputs: Phones linked to spam.
  • searchfy. Finds profiles linked to a fullname. Inputs: list of phones. Outputs: Known profiles linked to the query.
  • usufy. Identifies socialmedia profiles using a given nickname. Inputs: list of nicknames. Outputs: Known profiles in socialmedia using those nicknames.

You can find the configuration files in a folder created in your user home to define the default behaviour of the applications:

# Configuration files for Linux and MacOS
~/.config/OSRFramework/
# Configuration files for Windows
C:\Users\<User>\OSRFramework\

OSRFramework will look for the configuration settings for each application stored there. You can add new credentials there and if something goes wrong, you can always restore the files stored in the defaults subfolder.

If you are experiencing problems, you might fight relevant information in the (FAQ Section)[doc/FAQ.md].

5 - HACKING

If you want to extend the functionalities of OSRFramework and you do not know where to start from, check the HACKING.md file.

6 - AUTHORS

More details about the authors in the AUTHORS.md file.

More Repositories

1

punycode-alert

Punycode Alert is a Google Chrome, Chromium, Opera extension that warns users when the URL they are accessing has some punycode content.
CSS
25
star
2

blockchain_c2c

A Proof of Concept to show how blockchain can solve C2C persistence. PoC originally presented at EuskalHack Security Congress 2017, updated and improved for Cybercamp 2017.
Python
21
star
3

bitcoin-book

Archivos y ejercicios complementarios al libro «Bitcoin: la tecnología Blockchain y su investigación», de Yaiza Rubio y Félix Brezo, 0xWord (2017)
Python
10
star
4

writeup-osintctf-2018

Writeups of the OSINT CTF 2018 organized at the ReconVillage at Defcon 26
9
star
5

deepify

Deepify is a set of GPLv3+ libraries that tries to get connected to gates that serve content from hidden services in Tor or Zeronet.
Python
8
star
6

usufy

[DISCONTINUED] usufy is a GPLv3+ piece of software that checks the existence of a profile for a given user in a bunch of different platforms. It uses the error messages displayed by most platforms when a user profile has not been found as the evidence of the existence or not of a given profile. All of these functionalities are now integrated in OSRFramework by i3visio. Thus, usufy will NOT be mantained, but this repository will be here for historical purposes.
Python
7
star
7

pycloner

Another package to crawl and clone websites.
Python
4
star
8

osrframework_console

A package around OSRFramework that provides a simple Msfconsole-like console UI.
Python
2
star
9

osrframework_server

A package around OSRFramework to provide a simple WebUI.
JavaScript
2
star
10

cardify

Cardify, is a GPLv3+ set of libraries developed by i3visio to work with credit card information.
Python
1
star
11

blank

A project that contains the documentation files in Markdown so as not to create them.
1
star
12

simplectf

Just a lightweight terminal compliant CTF platform with which users can interact using curl. Nothing serious.
Python
1
star
13

sample-onion-servers

Some sample hidden services to perform tests created with Bottle and Stem.
Python
1
star
14

entify

[DISCONTINUED] entify is a GPLv3+ program designed to extract using regular expressions all the entities from the files on a given folder. This software also provides an interface to look for these entities in any given text. All of these functionalities are now integrated in OSRFramework by i3visio. Thus, entify will NOT be mantained, but this repository will be here for historical purposes.
Python
1
star