MOSINT – Hello guy’s in this article I’m going to teach you how to get full information about email with MOSINT tool
MOSINT is an OSINT Tool for emails. It helps you gather information about the target email.
Features
- Verification Service{ Check if email exist }
- Check social accounts with Socialscan
- Check data breaches
- Find related emails [API & PDFs]
- Find related phone numbers
- Find related domains
- Scan Pastebin Dumps
- Google Search
- DNS Lookup
Tested platform
- Kali Linux
- Parrot OS
- macOS
- Termux
How to download and install the MOSINT tool?
Step 1:
First of all, we need to download the Gmail OSINT tool so type the below command on your terminal
git clone https://github.com/alpkeskin/mosint.git
This is an Alert
Usage of email OSINT tool for attacking targets without prior mutual consent is illegal. It’s the end user’s responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.
Step 2:
Now change the directory to MOSINT so run the below string
cd mosint
Step 3:
Then we need to install the requirements so you execute the following command in your terminal
pip install -r requirements.txt
Step 4:
Now permit to read write and execute of mosint.py python file so run the following command on your terminal
chmod +x mosint.py
Step 5:
After you complete the above steps, now you run the email OSINT tool with the blow command
python3 mosint.py -e (victim email address)
Post a Comment