Sponsored
Information Gathering

MOSINT – An Email OSINT Tool

Hey Folks, the article is based on email footprinting for which we will present a tool called “MOSINT“. MOSINT is an OSINT Tool for emails. It helps you gather information about the target email. The tool is designed in python language from which we can gather the following information about the target email.

MOSINT Features

  • Verification Service { Check if email exist }
  • Check social accounts with Socialscan
  • Check data breaches
  • [need API] Find related emails
  • Find related phone numbers
  • Find related domains
  • Scan Pastebin Dumps
  • Google Search
  • DNS Lookup

Let’s take a look 😛 !!

Dependencies Installation

First of all we need to install dependencies before installation of this tool. Let’s execute the below command and install all necessary dependencies.

apt install python python3 python3-pip python3-pypdf2
pip3 install tabula

Mosint Tool Installation

After installing the dependency, come to the installation section of this tool. To install the tool, execute the git command, go to the directory and execute the “pip” command to install the rest of the dependencies.

git clone https://github.com/alpkeskin/mosint.git
cd mosint/
pip3 install -r requirements.txt

Configuration

Basically it uses some open source web service to get the information, hence you have to go to these given websites one by one to get the API keys and save in “config.json” file.

nano config.json
https://verify-email.org/
https://hunter.io/
https://leak-lookup.com/

REady 😛 !! Now all the work is done and we are ready to boot this tool. All you have to do is provide the target email address. After executing the command the tool will show us green signs in all if all keys are valid.

Usage 🙂 !! python3 mosint.py -e < email >

python3 mosint.py -e deneme@gmail.com

Check Availability and Validation

After that tool checks whether the email is legitimate and it tries to locate the email on various social media handlers as well.

Related Emails, Phone Numbers and More

It also check related email address, phone numbers, documents, domains and more.

Mail Records

As we know that Mail eXchange-record is a type of resource record in the Domain Name System (DNS), who dumps it too.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

View Comments

  • Hello, I enjoy readinhg alll of yourr article. I like to write a little comment to support you.

  • Verry good post! We will be linking to this reat content onn our website.Keep up the great writing!

  • I need to to thank you for this fantastic read!! I definitely enjoyed every bit of it.I have got you book-marked to look at
    new things you post…

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.