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-b9f4589650daunstable
parent
9871f14f32
commit
5ec3509103
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue