Giter Site home page Giter Site logo

facebot's Introduction

facebot

A facebook automated profile and reconnaissance system

this simple python script allows for automated profile activities such as: sending friend requests,populating profile information from a configuration file, populating content on the wall using the following content: youtube video links, news and quotes at random intervals . and crawling friends information on demand by just providing a profile link to the bot in addition it performs friend of friend crawling capabilities. below is the main tool menu:

usage: facebotv2.py [-h] -c CONFIG [-b] [-B] [-t] [-cm] [-tm TARGET_MODE]

Welcome to facebot a facebook recon tool
                .
               _|_     LETS BE FRIENDS.... ?.
        /\/\  (. .)  /
        `||'   |#|
         ||__.-"-"-.___
         `---| . . |--.             | : : |  |_|
             `..-..' ( I )
              || ||   | |
              || ||   |_|
             |__|__|  (.)

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG, --config CONFIG
                        read config file
  -b, --build_profile   build "about me" section of the profile
  -B, --bot_mode        enables bot mode. this mode populates random content to the wall/ sends friend requests  in order to impersonate a real user
  -t, --test_mode       test mode
  -cm, --campaign_mode  enables  friend campaign mode. bot goes out and gathers friends of friends
  -tm TARGET_MODE, --target_mode TARGET_MODE
                        enables target mode. give it a friend profile id and the bot will crawl all infoz on his profile 


facebot is divided by two components. the masterbot.py script is the one that delivers instructions to the client bots. in this case the client would be facebotv2.py.

how to use this tool:

Before you install req*, do

sudo apt-get install build-essential python-dev libmysqlclient-dev

The latter will is needed by MySQL-Python,

pip install -r requirements.txt

'Warning: before executing masterbot you need to create the DB in order to store all the loot. the database squema in jpg form is shown on the repo'.

'warning: in order to leverage "target_mode" a fake facebook app needs to be created and an access token be created.' these steps were done manually due to lack of dev time but thats on the works...

1- execute masterbot. once masterbot has loaded it will listen on port 1337 and ready to dish out instructions

python masterbot.py 
Masterbot listening on: 127.0.0.1:1337

2 execute facebot client by providing a config file and a mode to operate on . there is a sample config file available for example purposes. in this case Bot mode was activated which populates content to the wall such as youtube videos, news and quotes.

python facebotv2.py -c emma.cfg -B

#the Configuration file a sample config file has been shared however the fields above need a bit more of explanation.

gender:

      1 : female
      2 : male

relationship:

      1 : single

interested:

      1 : women
      2 : men

current_city:

     "facebook id of the city as per facebook"

hometown:

      "facebook id of the city as per facebook"

#Instructions for getting target_mode to work

Until the process is automated, please use the following:

  1. Login to https://developers.facebook.com/ and create an app
  2. Go to or GET https://graph.facebook.com/oauth/access_token?client_id=YOUR APP ID&client_secret=YOUR APP SECRET&grant_type=client_credentials
  3. Got to https://developers.facebook.com/tools/explorer and place the access_token from the latter request to where it says Access Token. Click on Get Access Token
  4. Copy the Access Token and paste it in your config file; api_key:

any questions or suggestions on how to improve this tool i can be contacted at [email protected] please use the subject [facebot] so i can better track the email.

facebot's People

Contributors

pun1sh3r avatar

Watchers

 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.