rspec starter

This commit is contained in:
sinn3r 2015-03-20 16:46:09 -05:00
parent 487ddfc09c
commit 2fda115110
1 changed files with 14 additions and 0 deletions

View File

@ -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