File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
modules/post/windows/manage Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class MetasploitModule < Msf::Post
11
11
include Msf ::Post ::Windows ::Powershell
12
12
def initialize ( info = { } )
13
13
super ( update_info ( info ,
14
- 'Name' => 'Windows Shell As Another User ' ,
14
+ 'Name' => 'Windows \'Run As\' Using Powershell ' ,
15
15
'Description' => %q{ This module will start a process as another user using powershell. } ,
16
16
'License' => MSF_LICENSE ,
17
17
'Author' => [ 'p3nt4' ] ,
@@ -42,7 +42,6 @@ def run
42
42
inter = datastore [ 'interactive' ]
43
43
args = datastore [ 'args' ]
44
44
path = datastore [ 'path' ] . gsub ( "\\ " , "\\ \\ \\ \\ " )
45
- sessNo = datastore [ 'session' ]
46
45
channelized = datastore [ 'channelize' ]
47
46
hidden = datastore [ 'hidden' ]
48
47
#Check if session is interactive
You can’t perform that action at this time.
0 commit comments