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
lldp — C2 profile for Mythic tunneling encrypted peer-to-peer agent traffic through IEEE 802.1AB LLDP Organizationally Specific TLVs for covert Layer 2 command and control. | Kitploit
Tools/GitHubGitHub/whispergate/lldp
IDS/IPS EvasionCommand and ControlRed TeamingAdversarial Attack
GitHubwhispergate/lldp

lldp

C2 profile for Mythic tunneling encrypted peer-to-peer agent traffic through IEEE 802.1AB LLDP Organizationally Specific TLVs for covert Layer 2 command and control.

View Repository
153 days 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

lldp

Mythic C2 profile for peer-to-peer communication over IEEE 802.1AB (LLDP). C2 data is carried inside Organizationally Specific TLVs (Type 127) with a configurable OUI so that frames blend with vendor-specific LLDP extensions on the wire.

LLDP is Layer 2 only. Both agents must share a broadcast domain. An egress agent (HTTP/HTTPX) bridges LLDP-linked agents back to the Mythic server, same as the SMB and TCP P2P profiles.

Supported agents

AgentLinuxWindows
StarburstAF_PACKET raw socketsNpcap (wpcap.dll)

Installation

root@kitploit:~
sudo ./mythic-cli install github https://github.com/Whispergate/lldp

If Mythic is already running:

root@kitploit:~
sudo ./mythic-cli c2 start lldp

Or restart everything:

root@kitploit:~
sudo ./mythic-cli restart

Configuration

Requirements

  • Linux: CAP_NET_RAW + CAP_NET_ADMIN (or root)
  • Windows: Npcap installed. The agent resolves wpcap.dll at runtime

config.json

root@kitploit:~
{
  "exclude_payload_type": true,
  "exclude_c2_profiles": false,
  "exclude_documentation_payload": true,
  "exclude_documentation_c2": false,
  "exclude_agent_icons": true
}

Authors

  • @Lavender-exe
  • @Mymaqn - initial idea

References

  • IEEE Std 802.1AB LLDP for IETF LSVR Neighbor Discovery and Configuration
  • Hilscher - Link Layer Discovery Protocol (LLDP)
  • Wikipedia - Link Layer Discovery Protocol
Download Tool
ParameterDefaultDescription
oui_profileCisco (00:00:0C)Vendor OUI preset for the Org-Specific TLV
oui_custom-Custom 3-byte OUI as 6 hex chars. Used when oui_profile is "Custom"
subtype011-byte TLV subtype (hex). Both ends must match
AESPSKaes256_hmacEncryption mode
encrypted_exchange_checktruePerform key exchange on link establishment
killdate+365 daysAgent expiry date