From f8d6a59cdc72ffa3bcbe1270276f3fb0a7bdfa22 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Thu, 18 Feb 2016 12:19:25 -0600 Subject: [PATCH] Change wording --- data/markdown_doc/post_demo_template.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/markdown_doc/post_demo_template.erb b/data/markdown_doc/post_demo_template.erb index 97a0c6d4b2..20239bbfe6 100644 --- a/data/markdown_doc/post_demo_template.erb +++ b/data/markdown_doc/post_demo_template.erb @@ -1,4 +1,4 @@ -There are two ways to execute a post module. +There are two ways to execute this post module. The first is by using the "run" command at the meterpreter prompt. It allows you to run the post module against that specific session: @@ -19,7 +19,7 @@ msf <%= mod.type %>(<%= mod.shortname %>) > set SESSION session-id msf <%= mod.type %>(<%= mod.shortname %>) > exploit ``` -If you wish to run the post against all sessions, here is how: +If you wish to run the post against all sessions from framework, here is how: 1 - Create the following resource script: