Files
metasploit-gs/lib/msf/core/model.rb
T
Tod Beardsley 1db9d8eb01 Fixes #2444. Adds an ExploitedHost table, adds the db_exploited command, adds the report_exploit() function.
Tested with meterpreter, shell, and clientside exploit sessions. 


git-svn-id: file:///home/svn/framework3/trunk@10130 4d416f70-5f16-0410-b530-b9f4589650da
2010-08-24 21:57:04 +00:00

21 lines
566 B
Ruby

require 'msf/core/model/activerecord_patches'
require 'msf/core/model/user'
require 'msf/core/model/task'
require 'msf/core/model/loot'
require 'msf/core/model/report'
require 'msf/core/model/client'
require 'msf/core/model/event'
require 'msf/core/model/host'
require 'msf/core/model/note'
require 'msf/core/model/ref'
require 'msf/core/model/service'
require 'msf/core/model/workspace'
require 'msf/core/model/vuln'
require 'msf/core/model/cred'
require 'msf/core/model/exploited_host'
require 'msf/core/model/wmap_target'
require 'msf/core/model/wmap_request'