bug/bundler_fix
Brent Cook 2015-05-06 16:15:21 -05:00
parent 5573c6c7e8
commit 5b2627c027
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ describe Metasploit::Framework::LoginScanner::SNMP do
before(:each) do
snmp_scanner.host = '127.0.0.1'
snmp_scanner.port = 161
snmp_scanner.retries = 0
snmp_scanner.connection_timeout = 1
snmp_scanner.stop_on_success = true
snmp_scanner.cred_details = detail_group
end