Skip to content

Commit cd15996

Browse files
committed
Tidy
1 parent 9c1a43a commit cd15996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/smb/psexec_psh.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def initialize(info = {})
5959
[ 'Windows x64', { 'Arch' => ARCH_X86_64 } ]
6060
],
6161
'DefaultTarget' => 0,
62+
'DisclosureDate' => 'Jan 01 1999',
6263
'References' => [
6364
[ 'CVE', '1999-0504'], # Administrator with no password (since this is the default)
6465
[ 'OSVDB', '3106'],
@@ -69,7 +70,6 @@ def initialize(info = {})
6970
))
7071
end
7172

72-
7373
def exploit
7474
command = cmd_psh_payload(payload.encoded)
7575

@@ -104,5 +104,5 @@ def exploit
104104
def peer
105105
return "#{rhost}:#{rport}"
106106
end
107-
108107
end
108+

0 commit comments

Comments
 (0)