Skip to content

Commit b636a67

Browse files
agixMeatballs1
authored andcommitted
Erf, sorry, fixed now
1 parent 5334f26 commit b636a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/smb/psexec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def exploit
199199
file_location = "\\\\127.0.0.1\\#{smbshare}\\#{fileprefix}\\#{filename}"
200200
end
201201

202-
psexec(file_location, servicedescription, false)
202+
psexec(file_location, false, servicedescription)
203203

204204
print_status("Deleting \\#{filename}...")
205205
sleep(1)

0 commit comments

Comments
 (0)