lint -fix

This commit is contained in:
pussycat0x
2024-01-22 19:39:39 +05:30
parent ff914cd68c
commit b62697a608
70 changed files with 5 additions and 150 deletions

View File

@@ -20,21 +20,18 @@ code:
source: |
whoami
#SUID
- engine:
- sh
- bash
source: |
python -c 'import os; os.system("whoami")'
#SUDO
- engine:
- sh
- bash
source: |
sudo python -c 'import os; os.system("whoami")'
#Capabilities
- engine:
- sh
- bash