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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
---