From 2f2790386f4f91a1e8a8e42c89bb6671a16ffec2 Mon Sep 17 00:00:00 2001 From: bmc <> Date: Wed, 1 Feb 2006 22:31:28 +0000 Subject: [PATCH] providing the XDR alias is important... git-svn-id: file:///home/svn/incoming/trunk@3489 4d416f70-5f16-0410-b530-b9f4589650da --- lib/msf/core/exploit/sunrpc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/msf/core/exploit/sunrpc.rb b/lib/msf/core/exploit/sunrpc.rb index 3b907ad594..1c8eb598b1 100644 --- a/lib/msf/core/exploit/sunrpc.rb +++ b/lib/msf/core/exploit/sunrpc.rb @@ -13,6 +13,8 @@ module Msf module Exploit::Remote::SunRPC include Exploit::Remote::Tcp + XDR = Rex::Proto::SunRPC::XDR + def initialize(info = {}) super