Skip to content

Commit 03e48df

Browse files
committed
Land rapid7#2076, missing require in exploit/freebsd/mmap
[Closes rapid7#2076]
2 parents 2e1a8d4 + e96a5d0 commit 03e48df

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)