Osrframework Versions Save

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

0.18.8

5 years ago

0.18.8, 2018/07/13 -- Checkfy release

  • Add checkfy as a tool to find emails matching a pattern
  • Fix HIBP queries to deal with Cloudflare restrictions
  • Remove Hesidohackeado wrappers due to a change in their service policy
  • Add Unsplash usufy wrapper
  • Add Telegram usufy wrapper
  • Add Whattpad usufy wrapper
  • Add KhanAcademy usufy wrapper
  • Move to pending non working wrappers like cafemom, break or blackyard
  • Add additional information to Searchfy
  • Fix tags for imagery usufy wrappers
  • Capture KeyboardInterruptions in alias_generator
  • Fix formatting in mailfy.py
  • Force usage of emailahoy in Windows systems too
  • Fix OpenBugBounty usufy wrapper

0.18.7

5 years ago

0.18.7, 2018/05/30 -- Post GDPR update

  • Add Fotolog new usufy wrapper
  • Patch Buzznet usufy wrapper to fix positives when accessing from some locations
  • Remove Klout wrapper (the service has been closed)

0.18.4

5 years ago

0.18.3

6 years ago

A stability release that includes several fixes for not working platforms as well as some upgrades listed below:

  • Add #293: add hacked email search
  • Fix #312: Update cardinghispano usufy wrapper
  • Fix #311: Set --is_leaked option as default for mailfy
  • Fix several false positives in domainfy resolution
  • Remove tuporno and genspot wrappers

0.18.2

6 years ago

New release that includes a global tool that launches osrframework applications as commands. By typing osrf, all the utils are shown by default. This will let new users get a faster look to the available applications:

usage: osrf [-h] [--license] [--version]
            <sub_command> <sub_command_options> ...

OSRFramework CLI

SUBCOMMANDS:
  List of available commands that can be invoked using OSRFramework CLI.

  <sub_command> <sub_command_options>
    alias_generator     Generates a list of candidate usernames based on known
                        information.
    domainfy            Checks whether domain names using words and nicknames
                        are available.
    entify              Extracts entities using regular expressions from
                        provided URIs.
    mailfy              Gets information about email accounts.
    phonefy             Looks for information linked to spam practices by a
                        phone number.
    searchfy            Performs queries on several platforms
    usufy               Looks for registered accounts with given nicknames

ABOUT ARGUMENTS:
  Showing additional information about this program.

  -h, --help            shows this help and exists.
  --license             shows the AGPLv3+ license and exists.
  --version             shows the version of the program and exists.

Use 'osrf <command> --help' to learn more about each command. Check
OSRFramework README.md file for further details on the usage of this program
or follow us on Twitter in <http://twitter.com/i3visio>.

0.18.2, 2018/02/11 -- Add OSRFramework CLI.

  • Add feature: Add OSRFramework CLI with subcommands to invoke its utils
  • Fix #310: The houzz.es platform is no working properly
  • Fix #209: Remove Kiwi.qa wrapper
  • Patch issue: Sourceforge moved to pending as it does not work
  • Patch issue: Remove netlog wrapper after the website rebrand to twoo.com

0.18.1

6 years ago

0.18.1, 2018/02/04 -- Fix several issues.

  • Fix #305: Peerbackers wrapper takes to long to be resolve, delaying the answer
  • Fix #304: Multiple erros in entify.py
  • Fix #302: alias_generator fails with main
  • Fix #263: Problem with searchfy on facebook

0.18.0

6 years ago

0.18.0, 2018/01/21 -- Major updates to separate server, maltego and console package

  • Add feature #294: Add freemusicarchive.org usufy wrapper
  • Add feature: Update osrframework to match the new entry_points-friendly structure
  • Add feature: Update the way of launching the command removing the extension from the applications
  • Separate osrframework_server, osrframework_maltego and osrframework_console from the core wrapper
  • Patch issue #300: Remove Skype features
  • Fix some issues with non-working wrappers
  • Remove any reference to Maltego code generation

0.9.0rc-1

8 years ago

Release candidate (rc) version for OSRFramework 0.9.0rc-1.

It adds a reviewed version of the transforms as well as capabilities that will make it easy to debianize the application in the future.

To install the .deb:

sudo dpkg -i python-osrframework_0.9.0rc-1_all.deb

And then, fixing the PyPI dependencies with pip:

sudo pip install mechanize Skype4Py argparse requests python-emailahoy BeautifulSoup pyexcel pyexcel_ods pyexcel_xls pyexcel_xlsx pyexcel_text

You should be able to use in the terminal usufy.py, searchfy.py, entify.py, etc. without needing to surf to a given directory.