Fix indents
git-svn-id: file:///home/svn/framework3/trunk@13563 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
1823f20a50
commit
dd56f976f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue