Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 772 Bytes

README.md

File metadata and controls

41 lines (20 loc) · 772 Bytes

ProfileFinder

ProfileFinder tool that allows you to find potential profiles of a person on social networks, as well as their email addresses. This program also alerts you to the presence of a data leak for the found emails.

Deployment

How to run this tool

//Make sure python3 install on the system
// Commands to install python3 in Linux

  sudo apt update
  sudo apt install software-properties-common
  sudo add-apt-repository ppa:deadsnakes/ppa
  sudo apt update
  sudo apt install python3.8
  python --version

//Let see how to run this tool  

  git clone https://github.com/Sahildholpuria/ProfileFinder.git
  cd ProfileFinder
  sudo python3 profilefinder.py -p [NAME]

Authors