mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
9 lines
338 B
Markdown
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')
|
||
|
---
|