Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
BPFDoor-controller-source — Source code for a BPFDoor backdoor controller supporting TCP, UDP, ICMP, and HTTPS covert communication channels with magic packet activation, reverse shell, and custom encryption. | Kitploit
Tools/GitHubGitHub/haxrob/bpfdoor-controller-source
ExploitationNetwork SecurityMalware AnalysisCommand and ControlRed TeamingRemote Access ToolPayload Development
GitHubhaxrob/bpfdoor-controller-source

BPFDoor-controller-source

Source code for a BPFDoor backdoor controller supporting TCP, UDP, ICMP, and HTTPS covert communication channels with magic packet activation, reverse shell, and custom encryption.

View Repository
15645 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

BPFDoor-controller-source

Source code to recent BPFDoor's controller variant

  • Original: 2eacc8d91b9829b9606a7945fc5311fb5876cfb42ffccc1b91f61841237b04c1
  • Fixed: bpfdoor_controller.c
  • Original to fixed helper: format_fix.py

Compile:

root@kitploit:~
$ apt install libssl-dev
$ gcc -Wno-implicit-function-declaration bpfdoor_controller.c -lssl -lcrypto -o controller`

To recover/fix from original yourself:

root@kitploit:~
$ python3 ./format_fix.py 

Usage

usage() details have been stripped from the source. Supported options:

OptionArgumentDescription
-hhostDestination host
-HipSecondary/hidden IP address (embedded in magic packet)
-dportDestination port on the infected host (any open port)
-bportListen on specified TCP port
-lipRemote host (reverse shell)
-sportRemote port (reverse shell)
-tvalueTimeout value
-DdirURL directory path for HTTPS mode (max 20 chars)
-ghostHTTPS mode - send magic packet via SSL POST request
-fvalueSet custom magic sequence (hex value)
-w-TCP mode
-i-ICMP mode
-u-UDP mode
-n-No password (check if backdoor is alive)
-o-Set magic sequence to 0x5571
-m-Use local IP as remote host (overwrites -l)
-v-Enable debug
-c-Unused
Download Tool