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
PiX-C2 — Ping Exfiltration Command and Control (PiX-C2) | Kitploit
Tools/GitHubGitHub/robertdavis1/pix-c2
Packet Sniffing & AnalysisPost-ExploitationNetwork SecurityCommand and ControlRed TeamingPayload Development
GitHubrobertdavis1/pix-c2

PiX-C2

Ping Exfiltration Command and Control (PiX-C2)

View Repository
3131211 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

PiX-C2 ICMP C2 server application written by NoCow email: [email protected]

The ICMP C2 project (ie PiX-C2) is a client/server application that allows for command and control using only ICMP. The server will sniff ICMP packets and pull information from the data payload of the ICMP packet. If the proper data is received, a command is sent to the client. Command must start with "run ". Other server options include sleep, sysinfo, more to come.

ASSUMPTIONS:

  • You have root/admin privs on client/server machine
  • Python/Scapy are installed on client/server machine
  • Mysql installed

COMPONENTS:

  • pix-s ~ Server component; must be able to sniff ICMP packets off the wire; disable ICMP reply at OS level
  • pix-c ~ client component; must have admin rights to manipulate raw sockets and packets; tested in Ubuntu; python required
  • powerpix-c ~ client component (powershell); still developing this, but will eventually be an in-memory powershell version of pix-c

run install.sh to install database schema and user/password for master (pix-s.py) app.

Disclaimer: This application must not be used for illegal purposes. Get explicit permission before use.

Download Tool