From 043d1a2d2786b55a6f589cf69e816f0097e2b738 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 29 Apr 2015 14:25:50 -0500 Subject: [PATCH] remove early require of rex in msfcli This is causing startup issues in some environments where not all the rex dependencies are loading. Remove it for now, removal of msfcli is close at hand anyway. --- msfcli | 2 -- 1 file changed, 2 deletions(-) diff --git a/msfcli b/msfcli index 37c64f3c64..37c1e214ac 100755 --- a/msfcli +++ b/msfcli @@ -19,8 +19,6 @@ while File.symlink?(msfbase) end $:.unshift(File.expand_path(File.join(File.dirname(msfbase), 'lib'))) -require 'rex' - class Msfcli #