HomeLinuxFisherman - collects information from Facebook user profiles

Fisherman – collects information from Facebook user profiles

Collets information from Facebook – In this article, I will teach you how to collect information from Facebook user profiles using the Fisherman tool.

What is Fisherman Tool?

A fisherman is a CLI program that collects information from Facebook user profiles via Selenium.

Requirements

  1. Git package

  2. Python and Pyhton2 program

  3. Geckodriver

  4. Firefox browser

Features of collects information from facebook tool

With this tool, we will get the following information

  1. Workplace

  2. Schools

  3. Location

  4. Contact information

  5. Website and Social links

  6. Basic information

  7. Gender

  8. Interested In

  9. Religious Views

  10. Political Views

  11. Relationship

  12. Family members

  13. Workplaces

  14. About

  15. Native place

  16. Current city

  17. Name Pronunciation

  18. Favorite Quotes

How to install the Geckodriver?

Without geckdriver you can not use this fisherman tool

1. Download Gecko Driver

				
					wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
				
			

2. Unzip tar file

				
					sudo tar -xvf geckodriver-v0.26.0-linux64.tar.gz
				
			

3. Move Gecko Driver to Binary Location

				
					sudo mv geckodriver /usr/local/bin/
				
			

4. Change Current Directory to Binary Location

				
					cd /usr/local/bin/
				
			

5. Make Executable Permission to ‘geckodriver’

				
					sudo chmod +x geckodriver
				
			
how to install the geckodriver

How to install collects information from Facebook (Fisherman) Tool

Step 1:

First of all, we need to download the collected information from the Facebook tool in your terminal so type the below command.

				
					https://github.com/Godofcoffe/FisherMan.git
				
			
Fisherman – collects information from Facebook user profiles

Step 2:

Now change your directory to the Fisherman tool so type the below command on your terminal.

				
					cd FisherMan
				
			
Fisherman – collects information from Facebook user profiles

Step 3:

Permit the fisherman.py python file to read, write, and execute so follow the below commands.

				
					chmod +x fisherman.py
				
			
Fisherman – collects information from Facebook user profiles

Step 4:

Now install the requirements of collects information from the Facebook tool

				
					python3 -m pip install -r requeriments.txt
				
			

Step 5:

After that, you get your victim’s Facebook username or Facebook id and run this tool with the below commands.

If you have a victim username run the below program

				
					python3 fisherman.py -u (victim username)
				
			

If you have a victim Facebook ID run the below program

				
					python3 fisherman.py -i (victim facebook id)
				
			
Fisherman – collects information from Facebook user profiles

RELATED ARTICLES

Leave A Reply

Please enter your comment!
Please enter your name here

Most Popular