Typo
git-svn-id: file:///home/svn/framework3/trunk@4964 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
858e33a842
commit
0f70d5bdb0
|
@ -78,7 +78,7 @@ class Exploits::Windows::Brightstor::BrightstorSQLAgentOverflow < Msf::Exploit::
|
|||
print_status("Trying target #{target.name}...")
|
||||
|
||||
# The 'one line' request does not work against Windows 2003
|
||||
1.to(5) { |i|
|
||||
1.upto(5) { |i|
|
||||
|
||||
# Flush some memory
|
||||
connect
|
||||
|
|
Loading…
Reference in New Issue