Skip to content

Commit fc8b08f

Browse files
author
jvazquez-r7
committed
trailing comma
1 parent 532afc2 commit fc8b08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/misc/ibm_director_cim_dllinject.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def initialize
5454
[
5555
Opt::RPORT(6988),
5656
OptString.new('URIPATH', [ true, "The URI to use (do not change)", "/" ]),
57-
OptPort.new('SRVPORT', [ true, "The daemon port to listen on (do not change)", 80 ]),
57+
OptPort.new('SRVPORT', [ true, "The daemon port to listen on (do not change)", 80 ])
5858
], self.class)
5959
end
6060

0 commit comments

Comments
 (0)