From 7c03454a0b597b26d553638e1a63f46941a3b104 Mon Sep 17 00:00:00 2001 From: Matthew Kienow Date: Mon, 1 Jan 2018 18:47:24 -0500 Subject: [PATCH] Remove unnecessary explicit msf/core require --- modules/exploits/linux/misc/hp_jetdirect_path_traversal.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/exploits/linux/misc/hp_jetdirect_path_traversal.rb b/modules/exploits/linux/misc/hp_jetdirect_path_traversal.rb index e4bbe27eef..fc12998171 100644 --- a/modules/exploits/linux/misc/hp_jetdirect_path_traversal.rb +++ b/modules/exploits/linux/misc/hp_jetdirect_path_traversal.rb @@ -3,7 +3,6 @@ # Current source: https://github.com/rapid7/metasploit-framework ## -require 'msf/core' require "rex/proto/pjl" class MetasploitModule < Msf::Exploit::Remote