From d2750ca0eb09bccec908a9602ca6ca19a2840cba Mon Sep 17 00:00:00 2001 From: KrE80r Date: Fri, 5 Jul 2019 13:48:25 +0400 Subject: [PATCH] Update for newer format --list-options msfvenom now uses --list-options instead of old --payload-options --- dostackbufferoverflowgood_tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dostackbufferoverflowgood_tutorial.md b/dostackbufferoverflowgood_tutorial.md index 3b86990..8d0e2bc 100644 --- a/dostackbufferoverflowgood_tutorial.md +++ b/dostackbufferoverflowgood_tutorial.md @@ -1695,10 +1695,10 @@ payloads` option. We will be using the `windows/exec` payload, so that we end up with shellcode that will simply execute a command. To see the options that you need to specify for a given payload, run `msfvenom` -with the payload specified using `-p` and add the `--payload-options` argument: +with the payload specified using `-p` and add the `--list-options` argument: ``` -% ~/opt/metasploit-framework/msfvenom -p windows/exec --payload-options +% ~/opt/metasploit-framework/msfvenom -p windows/exec --list-options Options for payload/windows/exec: