Skip to content

Commit d3f2414

Browse files
committed
Fix merging typo
1 parent 87be2e6 commit d3f2414

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
@@ -81,7 +81,7 @@ def initialize(info = {})
8181
OptBool.new('MOF_UPLOAD_METHOD', [true, "Use WBEM instead of RPC, ADMIN$ share will be mandatory. ( Not compatible with Vista+ )", false]),
8282
OptBool.new('ALLOW_GUEST', [true, "Keep trying if only given guest access", false]),
8383
OptString.new('SERVICE_FILENAME', [false, "Filename to to be used on target for the service binary",nil]),
84-
OptString.new('SERVICE_DESCRIPTION', [false, "Service description to to be used on target for pretty listing",nil])
84+
OptString.new('SERVICE_DESCRIPTION', [false, "Service description to to be used on target for pretty listing",nil]),
8585
OptString.new('SERVICE_NAME', [false, "Servicename to to be used on target for the service binary and manager",nil]),
8686
OptString.new('SERVICE_DISPLAYNAME', [false, "Service displayname to to be used on target for the service manager",nil])
8787
], self.class)

0 commit comments

Comments
 (0)