Change wording
parent
02834d4251
commit
f8d6a59cdc
|
@ -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
|
The first is by using the "run" command at the meterpreter prompt. It allows you to run the post
|
||||||
module against that specific session:
|
module against that specific session:
|
||||||
|
@ -19,7 +19,7 @@ msf <%= mod.type %>(<%= mod.shortname %>) > set SESSION session-id
|
||||||
msf <%= mod.type %>(<%= mod.shortname %>) > exploit
|
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:
|
1 - Create the following resource script:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue