From 2d2e03009691358347d171d06505963c9a4b59b7 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 14 Mar 2011 19:29:33 +0000 Subject: [PATCH] issue 295: added Opera command constant in command.rb, in a way to specify the verified_status for Opera git-svn-id: https://beef.googlecode.com/svn/trunk@794 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- lib/modules/command.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/modules/command.rb b/lib/modules/command.rb index ab8903283..5eebb3bfd 100644 --- a/lib/modules/command.rb +++ b/lib/modules/command.rb @@ -45,6 +45,7 @@ module BeEF S = BeEF::Constants::Browsers::S FF = BeEF::Constants::Browsers::FF C = BeEF::Constants::Browsers::C + O = BeEF::Constants::Browsers::O VERIFIED_WORKING = BeEF::Constants::CommandModule::MODULE_TARGET_VERIFIED_WORKING VERIFIED_NOT_WORKING = BeEF::Constants::CommandModule::MODULE_TARGET_VERIFIED_NOT_WORKING