From 1405b4dce5787f55c253fe2fc2af20dc17b9ebda Mon Sep 17 00:00:00 2001 From: b33lz3bub <41506325+b33lz3bub-1@users.noreply.github.com> Date: Fri, 18 Jun 2021 17:36:46 +0530 Subject: [PATCH] Add yarn --- _gtfobins/yarn.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _gtfobins/yarn.md diff --git a/_gtfobins/yarn.md b/_gtfobins/yarn.md new file mode 100644 index 0000000..a9295fe --- /dev/null +++ b/_gtfobins/yarn.md @@ -0,0 +1,7 @@ +--- +functions: + shell: + - code: yarn exec /bin/sh + sudo: + - code: sudo yarn exec /bin/sh +---