Skip to content

Commit 79022c2

Browse files
committed
Probably should have checked it worked...
1 parent 59003a9 commit 79022c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/misc/poisonivy_control_scanner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize
2828

2929
register_options(
3030
[
31-
OptString.new('PORTS', [true, "Ports to Check","80,8080,443,3460"])
31+
OptString.new('PORTS', [true, "Ports to Check","80,8080,443,3460"]),
3232
OptInt.new('CONCURRENCY', [true, "The number of concurrent ports to check per host", 10]),
3333
], self.class)
3434

0 commit comments

Comments
 (0)