Change tools structure

This commit is contained in:
wchen-r7
2015-10-05 16:37:22 -05:00
parent 7a83bd9a6c
commit bc46b41bbe
7 changed files with 7 additions and 7 deletions
+1 -1
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