Skip to content

Commit 5a59b7c

Browse files
committed
Fix formatting
1 parent e6f0736 commit 5a59b7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/scanner/http/apache_mod_cgi_bash_env.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def initialize(info = {})
3333

3434
register_options([
3535
OptString.new('TARGETURI', [true, 'Path to CGI script']),
36-
OptEnum.new('METHOD', [true, 'HTTP method to use', 'GET', ['GET', 'POST']]),
36+
OptEnum.new('METHOD', [true, 'HTTP method to use', 'GET',
37+
['GET', 'POST']]),
3738
OptString.new('CMD', [true, 'Command to run (absolute paths required)',
3839
'/usr/bin/id'])
3940
], self.class)

0 commit comments

Comments
 (0)