Skip to content

Commit 2fda115

Browse files
committed
rspec starter
1 parent 487ddfc commit 2fda115

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

spec/tools/egghunter_spec.rb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
load Metasploit::Framework.root.join('tools/egghunter.rb').to_path
2+
3+
require 'rex/proto/http/response'
4+
require 'stringio'
5+
6+
describe Egghunter do
7+
subject do
8+
Egghunter::Driver.new
9+
end
10+
11+
describe '#run' do
12+
end
13+
14+
end

0 commit comments

Comments
 (0)