2005-04-03 21:52:10 +00:00
|
|
|
#!/usr/bin/ruby
|
|
|
|
|
2005-04-18 02:15:28 +00:00
|
|
|
# General independent containers
|
|
|
|
require 'Rex/Post/Permission'
|
|
|
|
|
|
|
|
# Post-exploitation clients
|
2005-04-03 21:52:10 +00:00
|
|
|
require 'Rex/Post/DispatchNinja'
|
2005-04-18 02:15:28 +00:00
|
|
|
require 'Rex/Post/Meterpreter'
|