Merge branch 'master' of github_r7:rapid7/metasploit-framework

unstable
Tod Beardsley 2011-12-22 11:11:29 -06:00
commit a03f5e32f8
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class Metasploit3 < Msf::Auxiliary
query = %Q|
SELECT limit
FROM dba_profiles
WHERE resource_name = 'FAILED_LOGIN_ATTEMPTS'
WHERE resource_name = 'PASSWORD_GRACE_TIME'
AND profile = 'DEFAULT'
|
grace_time = prepare_exec(query)