14 lines
241 B
Ruby
14 lines
241 B
Ruby
# -*- coding: binary -*-
|
|
|
|
# Post-exploitation clients
|
|
require 'rex/post/meterpreter'
|
|
require 'rex/post/smb'
|
|
require 'rex/post/postgresql'
|
|
require 'rex/post/mysql'
|
|
require 'rex/post/mssql'
|
|
|
|
module Rex::Post
|
|
|
|
end
|
|
include Rex::Post::Permission
|