rspec starter
parent
487ddfc09c
commit
2fda115110
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Reference in New Issue