diff --git a/_gtfobins/scanmem.md b/_gtfobins/scanmem.md new file mode 100644 index 0000000..c56874f --- /dev/null +++ b/_gtfobins/scanmem.md @@ -0,0 +1,15 @@ +--- +functions: + shell: + - code: | + scanmem + shell /bin/sh + suid: + - code: | + ./scanmem + shell /bin/sh + sudo: + - code: | + sudo scanmem + shell /bin/sh +---