From 2fb1e92822d3c415205957590490a85c22d68086 Mon Sep 17 00:00:00 2001 From: n0tr00t <106423923+n0tr00teuorg@users.noreply.github.com> Date: Fri, 24 Mar 2023 18:51:21 +0000 Subject: [PATCH] Add ansible-test Co-authored-by: Andrea Cardaci --- _gtfobins/ansible-test.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _gtfobins/ansible-test.md diff --git a/_gtfobins/ansible-test.md b/_gtfobins/ansible-test.md new file mode 100644 index 0000000..d69584f --- /dev/null +++ b/_gtfobins/ansible-test.md @@ -0,0 +1,7 @@ +--- +functions: + shell: + - code: ansible-test shell + sudo: + - code: sudo ansible-test shell +---