mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-13 14:13:34 +08:00
lint -fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user