From 9f7d326f6f20763b36b3eb2e5d51ce410213625d Mon Sep 17 00:00:00 2001 From: soh_cah_toa Date: Fri, 3 May 2013 17:34:41 -0400 Subject: [PATCH] Added RubyDNS to Gemfile and core/loader.rb. --- Gemfile | 1 + core/loader.rb | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 96fc0dfc8..16b8678b0 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,7 @@ gem "parseconfig" gem "erubis" gem "dm-migrations" gem "msfrpc-client" +gem "rubydns" # notifications gem "twitter" diff --git a/core/loader.rb b/core/loader.rb index 502a664e5..01e284326 100644 --- a/core/loader.rb +++ b/core/loader.rb @@ -15,6 +15,7 @@ require 'ipaddr' require 'base64' require 'xmlrpc/client' require 'openssl' +require 'rubydns' # @note Include the filters require 'core/filters' @@ -29,4 +30,4 @@ require 'core/api' require 'core/settings' # @note Include the core of BeEF -require 'core/core' \ No newline at end of file +require 'core/core'