Skip to content

ICMP Tunnel POC in python that demonstrates the communication between a C&C server and a remote agent

Notifications You must be signed in to change notification settings

G0ne/ICMP-Tunnel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ICMP-Tunnel

This POC will involve a C&C server and an agent. Where the C2 server will send the agent commands through an ICMP Tunnel and the agent will return the results, also, through the ICMP Tunnel.

Note that:

– This POC requires you to install Scapy (https://scapy.readthedocs.io/en/latest/installation.html)

– This POC will not involve handling with fragmentation. Fragmentation will occur, for example, if the answer from the agent will be bigger then the allowed Payload Data size.

Learn more about ICMP Tunnel!

To understand the concept more clearly, you are welcome to visit the article I wrote - https://medium.com/bugbountywriteup/ping-power-icmp-tunnel-31e2abb2aaea

About

ICMP Tunnel POC in python that demonstrates the communication between a C&C server and a remote agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%