Replace 'rest_client' with 'rest-client'

This commit is contained in:
Brendan Coles
2015-06-22 15:15:48 +00:00
parent e31f0b8c44
commit 83f88ad401
11 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
# Retrieves module details and pops an alert dialog on all hooked browsers
# Refer to the wiki for info: https://github.com/beefproject/beef/wiki/BeEF-RESTful-API
##
require 'rest_client'
require 'rest-client'
require 'json'
require 'optparse'
require 'pp'