Changelog OSRFramework v0.16.8, 2017/06/22:
— Important update on the setup.py to verify whether the .local/bin folder is in the path.
— Fix issue #187: Review installation with –user in Linux systems where ~/.local/bin is NOT in the PATH
— Fix issue: Several wrappers have been moved to pending: cardingbins, retailmenot, seatfish and xtube.
OSRFramework is a GPLv3+ set of libraries developed by i3visio to perform Open Source Intelligence tasks. They include references to a bunch of different applications related to username checking, 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.
Modules available:
—————————
– usufy –> the Jewel of the Chrown. A tool that verifies if a username exists in 249 platforms.
– mailfy –> a tool to check if a username has been registered in up to 22 email providers.
– searchfy –> a tool to look for profiles using full names and other info in 7 platforms.
– domainfy –> a tool to check the existence of a given domain in up to 879 different TLD.
– phonefy –> a tool that checks if a phone number has been linked to spam practices in 4 platforms.
– entify –> a util to look for regular expressions using 13 patterns.
Dependencies:
+ Python 2.7.x
Usage:
git clone https://github.com/i3visio/osrframework && cd osrframework python setup.py install cd osrframework python2 osrfconsole.py Install using pip: pip install osrframework --user pip install osrframeworkr --upgrade Example: usufy.py -n i3visio febrezo yrubiosec -p twitter facebook searchfy.py -q "i3visio" mailfy.py -n i3visio osrfconsole.py
Source: https://github.com/i3visio | Our Post Before