metasploit-framework/spec/tools/egghunter_spec.rb

14 lines
221 B
Ruby
Raw Normal View History

2015-03-20 21:46:09 +00:00
load Metasploit::Framework.root.join('tools/egghunter.rb').to_path
require 'rex/proto/http/response'
require 'stringio'
describe Egghunter do
subject do
Egghunter::Driver.new
end
describe '#run' do
end
end