Change tools structure
parent
7a83bd9a6c
commit
bc46b41bbe
|
@ -1,6 +1,6 @@
|
||||||
require 'spec_helper'
|
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 'msfenv'
|
||||||
require 'msf/base'
|
require 'msf/base'
|
||||||
|
|
|
@ -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'
|
require 'stringio'
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
require 'rex/java'
|
require 'rex/java'
|
||||||
require 'stringio'
|
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
|
describe JavaDeserializer do
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
require 'spec_helper'
|
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'
|
require 'stringio'
|
||||||
|
|
||||||
|
|
|
@ -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 'rex/proto/http/response'
|
||||||
require 'stringio'
|
require 'stringio'
|
||||||
|
|
|
@ -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 'nokogiri'
|
||||||
require 'uri'
|
require 'uri'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
require 'spec_helper'
|
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 'msfenv'
|
||||||
require 'msf/base'
|
require 'msf/base'
|
||||||
|
|
Loading…
Reference in New Issue