Files
metasploit-gs/lib/rex/post.rb
T

8 lines
177 B
Ruby
Raw Normal View History

2005-12-17 06:46:23 +00:00
#!/usr/bin/env ruby
2005-04-03 21:52:10 +00:00
2005-04-18 02:15:28 +00:00
# General independent containers
2005-07-09 21:18:49 +00:00
require 'rex/post/permission'
2005-04-18 02:15:28 +00:00
# Post-exploitation clients
2005-07-09 21:18:49 +00:00
require 'rex/post/dispatch_ninja'
2008-10-19 21:03:39 +00:00
require 'rex/post/meterpreter'