1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Revert limited-suid to suid and add -p in hping3

This commit is contained in:
Nick Blekherman 2021-01-18 09:40:50 +02:00 committed by GitHub
parent b43f418ddb
commit 646ea8132e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -3,13 +3,9 @@ functions:
shell:
- code: |
hping3
/bin/sh
/bin/sh -p
sudo:
- code: |
sudo hping3
/bin/sh
limited-suid:
- code: |
./hping3
/bin/sh
---