Malware Command & Control via Facebook page chat
This project is for educational purposes only! Make sure to adhere to Facebook's terms and conditions.
- Go
- Valid Facebook graph API credentials
- Page ID
- Page Access Token (preferably a long-lived one)
- User PSID (Page-Scoped ID)
- 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"
- Use the
go build
command to generate a binary, optionally specifying the target platform (e.g., windows) using theGOOS
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.