1db9d8eb01
Tested with meterpreter, shell, and clientside exploit sessions. git-svn-id: file:///home/svn/framework3/trunk@10130 4d416f70-5f16-0410-b530-b9f4589650da
13 lines
160 B
Ruby
13 lines
160 B
Ruby
module Msf
|
|
class DBManager
|
|
|
|
class ExploitedHost < ActiveRecord::Base
|
|
include DBSave
|
|
belongs_to :host
|
|
belongs_to :service
|
|
belongs_to :workspace
|
|
end
|
|
|
|
end
|
|
end
|