move require 'msf/core/post/android' to post.rb

bug/bundler_fix
wchen-r7 2015-09-11 01:58:12 -05:00
parent da0752e8c2
commit e9e4b60102
2 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@ class Msf::Post < Msf::Module
require 'msf/core/post/solaris'
require 'msf/core/post/unix'
require 'msf/core/post/windows'
require 'msf/core/post/android'
include Msf::PostMixin

View File

@ -4,7 +4,6 @@
##
require 'msf/core'
require 'msf/core/post/android'
class Metasploit4 < Msf::Post
Rank = NormalRanking