Change tools structure

bug/bundler_fix
wchen-r7 2015-10-05 16:37:22 -05:00
parent 7a83bd9a6c
commit bc46b41bbe
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
load Metasploit::Framework.root.join('tools/md5_lookup.rb').to_path
load Metasploit::Framework.root.join('tools/pentest/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/msu_finder.rb').to_path
load Metasploit::Framework.root.join('tools/exploit_dev/msu_finder.rb').to_path
require 'nokogiri'
require 'uri'

View File

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