Skip to content

Commit f2ccca9

Browse files
committed
Move require 'msf/core/post/android' to post.rb
1 parent 13afbc4 commit f2ccca9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/msf/core/post.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Msf::Post < Msf::Module
1616
require 'msf/core/post/solaris'
1717
require 'msf/core/post/unix'
1818
require 'msf/core/post/windows'
19+
require 'msf/core/post/android'
1920

2021
include Msf::PostMixin
2122

modules/post/android/manage/remove_lock_root.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
##
55

66
require 'msf/core'
7-
require 'msf/core/post/android'
87

98
class Metasploit4 < Msf::Post
109

0 commit comments

Comments
 (0)