msf*scan is busted with -i because of "uninitialized constant Rex::Socket". This addresses that issue.
git-svn-id: file:///home/svn/framework3/trunk@14117 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
55e6672e6b
commit
b689796678
|
@ -1,4 +1,5 @@
|
|||
require 'rex/ui'
|
||||
require 'rex/socket'
|
||||
|
||||
module Rex
|
||||
module Ui
|
||||
|
|
Loading…
Reference in New Issue