LIVE NEWSROOM · --:-- · May 26, 2026
A LIBRARY FOR SECURITY RESEARCHERS

How to use OSRFramework for performing Footprinting

Post on X LinkedIn
How to use OSRFramework for performing Footprinting

OSRFramework, short for Open Source Intelligence social reconnaissance framework, is a set of libraries for information gathering through open-source intelligence tasks.

It is a GNU AGPLv3 set of libraries developed by i3visio for open-source information-gathering 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, using 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.

OSRFramework GitHub page:- homepage

In simple terms, we can say that OSRFramework is a footprinting toolkit for security researchers and professionals. This framework allows security professionals to search and analyze publicly available information to gain insight into active market threats and vulnerabilities.

It will help them to gather intelligence information for identifying security risks, identifying the security posture of a target, and making an accurate decision for enhancing their organization’s security.

// 01 Tools that are included in this framework

These are the list of tools that are available in the OSRFramework

  1. alias_generator:- This tool tries to create possible nicknames based on the entered known data about the person
  2. entify:- it is the utility that uses regular expressions to retrieve objects and searches for records of 13 regular expression patterns.
  3. osrfconsole:- it is a console interface for the open sources research framework
  4. phonefy:- it is a tool that checks for spam phone numbers on four platforms
  5. usufy:- this tool will check whether the username exists among about 300 platforms
  6. domainfy:- it is used for checking the existence of domains for 1567 top-level domains
  7. mailfy:- this tool will check whether the email address is valid or not and finds the social media, web services, and websites where the email is leaked
  8. osrframework_server:-this is the web interface for the open sources research framework
  9. searchfy:- searches for the profiles by full names and other information.

// 02 How to install OSRFramework in Linux

1. first, open the terminal and switch to superuser by [sudo su]
2. Then enter the command for installing it [pip3 install osrframework]
3. After executing the command, installing will be done sometime

osrframework installation

Let’s use some modules or libraries of this framework. So the first tool of this framework we will use is Domainfy for checking the existing domains using words and nicknames.

// 03 Domainfy

It is used for checking the existence of domains that resolve to an IP address by getting input as keywords and nicknames.

1. open the terminal and switch to superuser [sudo su]
2. now enter the command for running the domainfy [domainfy -n (domain-name) -t all], here the target domain is testfire
3. here, -n specifies a keyword or nickname that needs to be checked, and -t specifies a list of top-level domains where the keywords will be searched.

domainfy tool

4. now, the tool will gather all the domains along with their IP addresses related to the target domain. This information will help an attacker further attacks and find vulnerabilities in the subdomains of the target website and launch web application attacks.

domainfy result

// 04 searchfy

This is also a tool from OSRFramework which is used for checking the existence of any profiles using full names and other information.

This tool gathers information from different social networking platforms such as GitHub, Instagram, and keyserverunbuntu.

1. Open the terminal and switch to superuser [sudo su]
2. enter the command for executing the searchfy query [searchfy -q "target profile name"]
3. Here I am targeting Mark Zuckerberg for information gathering on him
4. so my command will be [searchfy -q "mark zuckerberg"]
5. here -q refers to the query or list of queries to be performed

searchfy tool in osrframework

6. Now the searchfy tool will look for the user details on different social networking platforms, and then it will process and provide you the result of the existence of the user.
7. The tool will also give you the profile link that is found during the phase which can be used by the attacker for performing social engineering attacks.

searchfy user profiles results

similarly, like these tools, you can use other tools available in OSRFramework for gathering different information about your target.

    TE
    Team Ciphers Security

    The Ciphers Security editorial team — practitioners covering daily threat intel, CVE deep-dives, and hands-on cybersecurity research. About us →

    Previous How to Recon-ng for gathering personal information Next How to use FOCA for footprinting a target

    Latest News

    Nimbus Manticore Deploys MiniFast and MiniJunk V2 via SEO Poisoning Nimbus Manticore (UNC1549) targets aviation and defense sectors using MiniFast and MiniJunk V2 malware delivered vi… NDR vs SIEM: Solving Enterprise SOC Alert Fatigue in 2026 NDR vs SIEM enterprise SOC comparison covering detection coverage, false positive rates, TCO, and integration archi… Insider Threat Credential Selling: A Detection Program for SOC Teams 13% of employees admit selling corporate credentials. Build an insider threat credential selling detection program … SOC 2 Type II Compliance Checklist for SaaS Companies: 2026 Audit Guide SOC 2 Type II checklist for SaaS companies preparing a 2026 audit: Trust Service Criteria, evidence collection requ… PyTorch Lightning PyPI Backdoor: ML Supply Chain Audit and Credential Stealer Detection The PyTorch Lightning PyPI backdoor (versions 2.6.2–2.6.3) deployed a credential stealer targeting AWS keys and bro… Dual Ransomware Gang Attack: When ShinyHunters and Qilin Hit the Same Enterprise ShinyHunters and Qilin separately hit Cushman & Wakefield. Learn why dual ransomware gang attack enterprise in… Adversary-in-the-Middle Phishing MFA Bypass: Detecting the 35,000-User Microsoft 365 Campaign AitM phishing bypassed MFA for 35,000 Microsoft 365 users across 26 countries in 48 hours. Sentinel KQL queries and… Iran UAE Cyberattacks Triple: APT34, Mint Sandstorm, and the Critical Infrastructure Defense Playbook UAE breach attempts tripled to 600K/day after Iran conflict escalation. Map APT34, Mint Sandstorm & MuddyWater…
    Scroll to Top
    Ad