Skip to content

Commit

Permalink
Move require 'msf/core/post/android' to post.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen-r7 committed Sep 11, 2015
1 parent 13afbc4 commit f2ccca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/msf/core/post.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion modules/post/android/manage/remove_lock_root.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
##

require 'msf/core'
require 'msf/core/post/android'

class Metasploit4 < Msf::Post

Expand Down

0 comments on commit f2ccca9

Please sign in to comment.