5f07bca775
http://opengarages.org/hwbridge Supports an automotive extension with UDS calls for mdoule development.
11 lines
204 B
Ruby
11 lines
204 B
Ruby
# -*- coding: binary -*-
|
|
|
|
# General independent containers
|
|
require 'rex/post/permission'
|
|
|
|
# Post-exploitation clients
|
|
require 'rex/post/meterpreter'
|
|
|
|
# Hardware Bridge clients
|
|
require 'rex/post/hwbridge'
|