egypt found a bug, regenerate payload was overwriting datastore entries and not setting them back

git-svn-id: file:///home/svn/framework3/trunk@5504 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-05-16 21:20:43 +00:00
parent 9871f14f32
commit 5ec3509103
1 changed files with 2 additions and 2 deletions

View File

@ -426,8 +426,8 @@ module Exploit::Remote::TcpServer
}) })
ensure ensure
ohost = datastore['RHOST'] datastore['RHOST'] = ohost
oport = datastore['RPORT'] datastore['RPORT'] = oport
end end
p p