We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc99aaa commit a9b78e3Copy full SHA for a9b78e3
modules/post/windows/manage/run_as_psh.rb
@@ -45,7 +45,7 @@ def run
45
sessNo = datastore['session']
46
channelized = datastore['channelize']
47
hidden = datastore['hidden']
48
- #Check if session si interactive
+ #Check if session is interactive
49
if (!session.interacting and inter)
50
print_error("Interactive mode can only be used in a meterpreter console")
51
print_error("Use 'run post/windows/manage/run_as_psh USER=x PASS=X EXE=X' or 'SET INTERACTIVE false'")
0 commit comments