πŸ§‘User OSINT

Everything

Usernames

Services:

Social Medias

  • VKWatch β€” VK profile history

  • FindClone β€” Searching by face on social medias (VK as i remember)

  • Search4Faces β€” Search user's profile picture on social media

  • OSI.IG β€” Instagram monitoring

  • WebResolser β€” Skype OSINT

Utils

  • Holehe OSINT β€” Checks if an email is associated with accounts on sites like Twitter, Instagram, and Imgur, supporting over 100 portals.

  • Mailcat β€” Searches for email addresses by nickname from 22 email providers.

  • Sherlock β€” Searches social network accounts by username.

  • Snoop Project β€” A login search tool covering over two and a half thousand sites, according to the developer.

  • Maigret β€” Collects information on a person's login, checking accounts on over two and a half thousand sites and gathering available information from web pages, without requiring API keys. (Sherlock fork)

  • Social Analyzer β€” An API, command line interface, and web application for analyzing and searching profiles on over 1 thousand sites.

  • NExfil β€” A Python utility for finding profiles by username on 350 websites.

  • SPY β€” A fast search engine for account names, working with 210 sites.

  • Blackbird β€” A tool for finding accounts by login on social networks.

  • Marple β€” Facilitates search by login across public search engines from Google to Torch to Qwant

  • GHunt β€” A modular tool for collecting data about Google accounts.

  • UserFinder β€” A tool for finding profiles by username.

  • Simple Email Reputation β€” Mail verification service with some features

Passwords

HIBP API keys

Get emails of company with LinkedIn

# LinkedinMama3 - https://github.com/h0useh3ad/LinkedinMama3
git clone https://github.com/h0useh3ad/LinkedinMama3.git
cd LinkedinMama3/
pip3 install -r requirements.txt

python3 LinkedinMama3.py -k $company_name -e $company_domain -n $email_format -c $linkedin_company_ID

# check if some are pwned - https://github.com/thewhiteh4t/pwnedOrNot
git clone https://github.com/thewhiteh4t/pwnedOrNot.git
cd pwnedOrNot/
chmod +x install.sh
./install.sh

nano config.json # add hibp api key
python3 pwnedornot.py -f mails-list.txt

Search by Phone number

Utils:

  • Moriarty β€” A utility for reverse searching by phone numbers, providing information about the owner, associated links, social network pages, and other relevant details

  • Phomber β€” Searches phone numbers on the internet and retrieves all available data

  • PhoneInfoga β€” A well-known tool for finding international phone numbers, providing standard information such as country, region, and carrier, and then searching for traces of it in search engines to help identify the owner.

  • kovinevmv/getcontact β€” A utility for obtaining information from the GetContact application databases, albeit with limitations on parsing and requests.

Last updated