Git Product home page Git Product logo

fisherman's Introduction

FisherMan GitHub license badge badge

Search for public profile information on Facebook

Installation

# clone the repo
$ git clone https://github.com/Godofcoffe/FisherMan.git

# change the working directory to FisherMan
$ cd FisherMan

# install the requirements
$ python3 -m pip install -r requirements.txt

Usage

$ python3 fisherman.py --help
usage: fisherman.py [-h] [--version] [--email EMAIL] [--password PASSWORD]
                    [--browser] [--use-txt TXT_FILE] [--file-output]
                    [--verbose]
                    USERSNAMES [USERSNAMES ...]

FisherMan: Extract information from facebook profiles (Version 2.0)

positional arguments:
  USERSNAMES            defines one or more users for the search

optional arguments:
  -h, --help            show this help message and exit
  --version             Shows the current version of the program.
  --email EMAIL         If the profile is blocked, you can define your
                        account, however you have the search user in your
                        friends list.
  --password PASSWORD   Set the password for your facebook account, this
                        parameter has to be used with --email.
  --browser, -b         Opens the browser / bot
  --use-txt TXT_FILE    Replaces the USERSNAMES parameter with a user list in
                        a txt
  --file-output, -o     Save the output data to a .txt file
  --verbose, -v, -d, --debug
                        It shows in detail the data search process

To search for a user

python3 fisherman.py name.surname name2.surname2 name3.surname3

the username must be found on the facebook profile link, such as:

https://facebook.com/name.profile/

It is also possible to load multiple usernames from a .txt file, it can be useful for a kind of brute force:

python3 fisherman.py --use-txt filename.txt

And with that you can send the output to a txt also using:

python3 fisheman.py --file-output

Some profiles are limited to displaying your information for any account, so you can use your account to extract. Note: this should be used as the last hypothesis and the target profile must be on your friends list:

python3 fisherman.py --email [email protected] --password yourpass

This tool only extracts information that is public, not to anything illegal being done that violates German privacy.

fisherman's People

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.