Skip to content

Commit 216360d

Browse files
committed
Add missing require
MSP-11145
1 parent f37ca3e commit 216360d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/exploits/linux/local/pkexec.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

6+
#
7+
# Project
8+
#
9+
10+
require 'msf/core/exploit/local/linux'
11+
612
class Metasploit4 < Msf::Exploit::Local
713
Rank = GreatRanking
814

0 commit comments

Comments
 (0)