Skip to content

Commit

Permalink
Remove redundant sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Meatballs1 committed Nov 22, 2012
1 parent 8252c7f commit 579126c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/exploits/windows/local/always_install_elevated.rb
Expand Up @@ -144,8 +144,6 @@ def exploit
cmd = "msiexec.exe #{logging}/quiet /passive /n /package #{@msi_destination}"
vprint_status(cmd)
session.sys.process.execute(cmd, nil, {'Hidden' => true})

select(nil, nil, nil, 5)
end
end
end

0 comments on commit 579126c

Please sign in to comment.