What's OSINT & how to use it for your benefit - WWW.Techpedal.tech

What's OSINT?
OSINT or open-source intelligence is information that is freely or publicly available. Earlier OSINT was not considered of high value it was as subscribing to a newspaper or radio channel. But as the age of the internet boomed so did the open-source information. So when we are talking about OSINT investigation, we're talking about gathering information from public websites like social media, YouTube, Facebook, Forums, and even this Blog. OSINT is not hacking it's observing information cooperation or individual has provided publicly.

How to do an OSINT investigation?
OSINT investigation doesn't require much but an active brain is required. You don't want to get caught looking at 2-3 years old post chances are you will be blocked for stalking. Some people use fake accounts but major social media removes fake accounts. But there are great tools available free online click here to check tools and various sources provided for OSINT.

Famous OSINT scripts 
Sherlock is a powerful OSINT tool that is used to hunt down usernames across social media.

INSTALLATION

git clone https://github.com/sherlock-project/sherlock.git
cd sherlock
python3 -m pip install -r requirements.txt


PhoneInfoga is an OSINT reconnaissance for phone numbers.

INSTALLATION

git clone https://github.com/sundowndev/PhoneInfoga
cd PhoneInfoga
python3 -m pip install -r requirements.txt