Skip to content

Commit e96a5d0

Browse files
committed
Fixed a "NameError uninitialized constant" error.
On startup of msfconsole, the following error occurred: modules/exploits/freebsd/local/mmap.rb: NameError uninitialized constant Msf::Post::Common The addition of a corresponding 'require' line removed that error. Signed-off-by: Thorsten Fischer <[email protected]>
1 parent 2e1a8d4 commit e96a5d0

File tree

1 file changed

+1
-0
lines changed
  • modules/exploits/freebsd/local

1 file changed

+1
-0
lines changed

modules/exploits/freebsd/local/mmap.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
##
77

88
require 'msf/core'
9+
require 'msf/core/post/common'
910

1011
class Metasploit4 < Msf::Exploit::Local
1112
Rank = GreatRanking

0 commit comments

Comments
 (0)