Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.14 KB

File metadata and controls

49 lines (32 loc) · 1.14 KB

FbC2

Malware Command & Control via Facebook page chat

DISCLAIMER

This project is for educational purposes only! Make sure to adhere to Facebook's terms and conditions.

Demo

Youtube

Demo

Requirements

Set-up

  • Clone this repository.
git clone https://github.com/nemuelw/FbC2.git
  • Install project dependencies.
go get
  • Edit main.go to contain your valid set of Facebook graph API credentials:
PAGE_ACCESS_TOKEN = "YOUR_PAGE_ACCESS_TOKEN"
PAGE_ID           = "YOUR_PAGE_ID"
USER_PSID         = "YOUR_USER_PSID"

Usage

  • Use the go build command to generate a binary, optionally specifying the target platform (e.g., windows) using the GOOS environment variable.
  • Run the generated binary on the target system.
  • Start interacting with that system by sending commands as messages to the Facebook page you are using.