14 lines
221 B
Ruby
14 lines
221 B
Ruby
|
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
|