Fix indents

git-svn-id: file:///home/svn/framework3/trunk@13563 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Wei Chen 2011-08-15 15:12:55 +00:00
parent 1823f20a50
commit dd56f976f4
1 changed files with 8 additions and 8 deletions

View File

@ -51,13 +51,13 @@ class Metasploit3 < Msf::Auxiliary
], self.class)
deregister_options(
'PASSWORD',
'PASS_FILE',
'USERPASS_FILE',
'STOP_ON_SUCCESS',
'BLANK_PASSWORDS',
'USER_AS_PASS'
)
'PASSWORD',
'PASS_FILE',
'USERPASS_FILE',
'STOP_ON_SUCCESS',
'BLANK_PASSWORDS',
'USER_AS_PASS'
)
end
def target_url
@ -104,7 +104,7 @@ class Metasploit3 < Msf::Auxiliary
@users_found[user] = :reported
else
vprint_status("#{target_url} - Apache UserDir: '#{user}' not found ")
end
end
rescue ::Rex::ConnectionRefused, ::Rex::HostUnreachable, ::Rex::ConnectionTimeout
rescue ::Timeout::Error, ::Errno::EPIPE
end