Store the full module paths
git-svn-id: file:///home/svn/framework3/trunk@8827 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
0f7a6cd1f2
commit
d03342fa49
|
@ -191,8 +191,8 @@ module Session
|
|||
#
|
||||
def set_from_exploit(m)
|
||||
self.via = {
|
||||
'Exploit' => m.refname,
|
||||
'Payload' => m.datastore['PAYLOAD'].to_s
|
||||
'Exploit' => m.fullname,
|
||||
'Payload' => 'payload/' + m.datastore['PAYLOAD'].to_s
|
||||
}
|
||||
self.target_host = m.target_host
|
||||
self.workspace = m.workspace
|
||||
|
|
Loading…
Reference in New Issue