Added RubyDNS to Gemfile and core/loader.rb.

This commit is contained in:
soh_cah_toa
2013-05-03 17:34:41 -04:00
parent c5d5b99472
commit 9f7d326f6f
2 changed files with 3 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ gem "parseconfig"
gem "erubis"
gem "dm-migrations"
gem "msfrpc-client"
gem "rubydns"
# notifications
gem "twitter"

View File

@@ -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'
require 'core/core'