Skip to content

n3mu3lw/FbC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Malware Command & Control via Facebook page chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages