diff --git a/modules/auxiliary/gather/hp_enum_perfd.rb b/modules/auxiliary/gather/hp_enum_perfd.rb index e1947e5540..28e4908ed9 100644 --- a/modules/auxiliary/gather/hp_enum_perfd.rb +++ b/modules/auxiliary/gather/hp_enum_perfd.rb @@ -35,7 +35,7 @@ class Metasploit3 < Msf::Auxiliary connect sock.put("\n"+cmd+"\n") - select(nil,nil,nil,0.5) + Rex.sleep(1) resp = sock.get_once if (resp and resp =~ /Welcome/)