Update rspec

This commit is contained in:
wchen-r7 2015-10-06 15:42:31 -05:00
parent 97f07f1312
commit f57f0991ab
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
require 'spec_helper'
load Metasploit::Framework.root.join('tools/pentest/password/cpassword_decrypt.rb').to_path
load Metasploit::Framework.root.join('tools/password/cpassword_decrypt.rb').to_path
require 'msfenv'
require 'msf/base'

View File

@ -1,4 +1,4 @@
load Metasploit::Framework.root.join('tools/exploit_dev/egghunter.rb').to_path
load Metasploit::Framework.root.join('tools/exploit/egghunter.rb').to_path
require 'stringio'

View File

@ -1,7 +1,7 @@
require 'rex/java'
require 'stringio'
load Metasploit::Framework.root.join('tools/exploit_dev/java_deserializer.rb').to_path
load Metasploit::Framework.root.join('tools/exploit/java_deserializer.rb').to_path
describe JavaDeserializer do

View File

@ -1,6 +1,6 @@
require 'spec_helper'
load Metasploit::Framework.root.join('tools/pentest/file/jsobfu.rb').to_path
load Metasploit::Framework.root.join('tools/exploit/jsobfu.rb').to_path
require 'stringio'

View File

@ -1,4 +1,4 @@
load Metasploit::Framework.root.join('tools/pentest/password/md5_lookup.rb').to_path
load Metasploit::Framework.root.join('tools/password/md5_lookup.rb').to_path
require 'rex/proto/http/response'
require 'stringio'

View File

@ -1,4 +1,4 @@
load Metasploit::Framework.root.join('tools/exploit_dev/msu_finder.rb').to_path
load Metasploit::Framework.root.join('tools/exploit/msu_finder.rb').to_path
require 'nokogiri'
require 'uri'

View File

@ -1,6 +1,6 @@
require 'spec_helper'
load Metasploit::Framework.root.join('tools/pentest/file/virustotal.rb').to_path
load Metasploit::Framework.root.join('tools/exploit/virustotal.rb').to_path
require 'msfenv'
require 'msf/base'