Skip to content

Commit 44cdc0a

Browse files
committed
Move options to lib
1 parent 1368c1c commit 44cdc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/smb/psexec_psh.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def initialize(info = {})
7272

7373

7474
def exploit
75-
command = cmd_psh_payload(payload.encoded,datastore['PSH_OLD_METHOD'])
75+
command = cmd_psh_payload(payload.encoded)
7676

7777
#Try and authenticate with given credentials
7878
if connect

0 commit comments

Comments
 (0)