From a2d4def9835ebcdef4ac2f9f75cc076bd834253a Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 27 Jul 2015 10:45:35 +0200 Subject: [PATCH] Added readme for ARE enabled rules folder, removed jools test stuff --- arerules/enabled/README | 2 ++ test/integration/ts_integration.rb | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arerules/enabled/README b/arerules/enabled/README index e69de29bb..dee3c03d2 100644 --- a/arerules/enabled/README +++ b/arerules/enabled/README @@ -0,0 +1,2 @@ +Move here the ARE rule files that you want to pre-load when BeEF starts. +Make sure they are .json files (any other file extension is ignored). \ No newline at end of file diff --git a/test/integration/ts_integration.rb b/test/integration/ts_integration.rb index 2dc3103e2..6486aa70e 100644 --- a/test/integration/ts_integration.rb +++ b/test/integration/ts_integration.rb @@ -15,7 +15,7 @@ require 'selenium/webdriver' require './check_environment' # Basic log in and log out tests require './tc_debug_modules' # RESTful API tests (as well as debug modules) require './tc_login' # Basic log in and log out tests -require './tc_jools' # Basic tests for jools +#require './tc_jools' # Basic tests for jools require './tc_network_rest' # Basic tests for Network extension RESTful API interface #require './tc_dns_rest' # Basic tests for DNS RESTful API interface require './tc_social_engineering_rest' # Basic tests for social engineering RESTful API interface @@ -28,7 +28,7 @@ class TS_BeefIntegrationTests suite << TC_CheckEnvironment.suite suite << TC_Login.suite suite << TC_DebugModules.suite - suite << TC_Jools.suite + #suite << TC_Jools.suite suite << TC_NetworkRest.suite #suite << TC_DnsRest.suite suite << TC_SocialEngineeringRest.suite