Add volatility

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Lemon
2022-02-19 08:33:17 -05:00
committed by GitHub
parent c32b82b5e9
commit c056acd2e2

8
_gtfobins/volatility.md Normal file
View File

@@ -0,0 +1,8 @@
---
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')
---