1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/volatility.md
Lemon c056acd2e2
Add volatility
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-02-19 14:33:17 +01:00

9 lines
338 B
Markdown

---
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')
---