Add scanmem

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Miguel R
2022-07-02 13:25:48 +02:00
committed by GitHub
parent 7cc6a227da
commit f4e32136aa

15
_gtfobins/scanmem.md Normal file
View File

@@ -0,0 +1,15 @@
---
functions:
shell:
- code: |
scanmem
shell /bin/sh
suid:
- code: |
./scanmem
shell /bin/sh
sudo:
- code: |
sudo scanmem
shell /bin/sh
---