CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/rex/post.rb
Views: 1904
1
# -*- coding: binary -*-
2
3
# Post-exploitation clients
4
require 'rex/post/meterpreter'
5
require 'rex/post/smb'
6
require 'rex/post/postgresql'
7
require 'rex/post/mysql'
8
require 'rex/post/mssql'
9
10
module Rex::Post
11
12
end
13
include Rex::Post::Permission
14
15