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
This commit is contained in:
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
ohost = datastore['RHOST']
oport = datastore['RPORT']
datastore['RHOST'] = ohost
datastore['RPORT'] = oport
end
p