Skip to content

Commit d0489b5

Browse files
author
jvazquez-r7
committed
Delete some commas
1 parent 6abb591 commit d0489b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/misc/lianja_db_net.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ def initialize(info = {})
2626
],
2727
'DefaultOptions' =>
2828
{
29-
'WfsDelay' => 20,
29+
'WfsDelay' => 20
3030
},
3131
'Platform' => 'win',
3232
'Arch' => ARCH_X86,
3333
'Payload' =>
3434
{
3535
'StackAdjustment' => -3500,
3636
'Space' => 500,
37-
'BadChars' => "\x01",
37+
'BadChars' => "\x01"
3838
},
3939
'Targets' =>
4040
[

0 commit comments

Comments
 (0)