From aa5c0c46b6c6eee474a1f3c8b2509c1a8253aaa0 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Wed, 7 Dec 2011 18:44:49 -0600 Subject: [PATCH] Fix indent level --- modules/auxiliary/scanner/http/yaws_traversal.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/auxiliary/scanner/http/yaws_traversal.rb b/modules/auxiliary/scanner/http/yaws_traversal.rb index d6a1b73d2f..1b84d3f5f5 100644 --- a/modules/auxiliary/scanner/http/yaws_traversal.rb +++ b/modules/auxiliary/scanner/http/yaws_traversal.rb @@ -36,10 +36,10 @@ class Metasploit3 < Msf::Auxiliary )) register_options( - [ - Opt::RPORT(8080), - OptString.new('FILEPATH', [false, 'The name of the file to download', 'boot.ini']) - ], self.class) + [ + Opt::RPORT(8080), + OptString.new('FILEPATH', [false, 'The name of the file to download', 'boot.ini']) + ], self.class) deregister_options('RHOST') end