MOSINT কি?
MOSINT কালি লিনাক্স এর একটি টুল যেটি গিটহাবে পাওয়া যায়। এই টুলটি ব্যবহার করে সহজেই যেকোন টার্গেট ইমেইল এড্রেস এর বিভিন্ন ইনফরমেশন কালেক্ট করা যায় যেমন সোশ্যাল মিডিয়া একাউন্ট, ফোন নাম্বার, রিলেটেড ইমেইল এড্রেস, গুগল সার্চ ইনফর্মেশন, পাসওয়ার্ড লিক, data breaches এবং DNS Lookup.
MOSINT এই কয়টি টুলকে ইন্ট্রিগেশন করে রেজাল্ট প্রদান করে:
https://ipapi.co – More Information About Domain
https://hunter.io – Related Emails
https://emailrep.io – Breached Sites Names
https://scylla.so – Database Leaks
https://breachdirectory.org – Password Leaks
https://intelx.io – Password Leaks
MOSINT – The Email Information Gathering Tool
Installing Golang on Kali Linux:
● sudo apt-get update
● sudo apt install golang
Installing MOSINT on Kali Linux:
● git clone https://github.com/alpkeskin/mosint
● cd mosint
● ls
● pip3 install -r requirements.txt
● go run main.go –help (to see all commands)
● go run main.go -e <Email> -all
More Commands
● go run main.go -e <Email> -social
● go run main.go -e <Email> -leaks
● go run main.go -e <Email> -relateds
● go run main.go -e <Email> -domain
Some Important Online Tool For email tracking:
● https://hunter.io/
● https://phonebook.cz/
● https://apollo.io/
Thanks
Minhazul Asif