Store the full module paths

git-svn-id: file:///home/svn/framework3/trunk@8827 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-03-15 23:40:12 +00:00
parent 0f7a6cd1f2
commit d03342fa49
1 changed files with 2 additions and 2 deletions

View File

@ -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