Skip to content

Commit 0115833

Browse files
committed
SyntaxError fixes
1 parent 1365dfe commit 0115833

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

modules/auxiliary/admin/smb/psexec_ntdsgrab.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
'References' => [
4141
[ 'URL', 'http://sourceforge.net/projects/smbexec' ],
4242
[ 'URL', 'http://www.accuvant.com/blog/2012/11/13/owning-computers-without-shell-access' ]
43-
],
43+
]
4444
))
4545

4646
register_options([

modules/exploits/linux/http/linksys_e1500_apply_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def initialize(info = {})
6060
}
6161
],
6262
],
63-
'DefaultTarget' => 1,
63+
'DefaultTarget' => 1
6464
))
6565

6666
register_options(

modules/exploits/linux/http/linksys_wrt54gl_apply_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module since it modifies the router configuration while exploitation, even when
6262
}
6363
],
6464
],
65-
'DefaultTarget' => 1,
65+
'DefaultTarget' => 1
6666
))
6767

6868
register_options(

modules/exploits/linux/http/netgear_dgn1000b_setup_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def initialize(info = {})
6262
}
6363
],
6464
],
65-
'DefaultTarget' => 1,
65+
'DefaultTarget' => 1
6666
))
6767

6868
register_options(

modules/exploits/linux/http/netgear_dgn2200b_pppoe_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def initialize(info = {})
6262
}
6363
],
6464
],
65-
'DefaultTarget' => 1,
65+
'DefaultTarget' => 1
6666
))
6767

6868
register_options(

modules/post/windows/gather/word_unc_injector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def run
181181
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
182182
rhost,
183183
org_file_data,
184-
datastore['FILE'],
184+
datastore['FILE']
185185
)
186186
print_status("Local backup kept at #{@org_file}")
187187
#Store information in note database so its obvious what we changed, were we stored the backup file..

0 commit comments

Comments
 (0)