Fix hping3 SUID

This commit is contained in:
Andrea Cardaci
2021-01-18 09:19:35 +01:00
committed by GitHub
parent d6d3563e5d
commit c85513d5a6

View File

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