From 84bd253dd04e39dd4c216b80c57a6a01ba014f04 Mon Sep 17 00:00:00 2001 From: "bcoles@gmail.com" Date: Sun, 19 Jun 2011 23:35:13 +0000 Subject: [PATCH] Added Chrome to modules/misc/extract_local_storage confirmed browser list git-svn-id: https://beef.googlecode.com/svn/trunk@1001 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/misc/extract_local_storage/config.yaml | 2 +- modules/misc/extract_local_storage/module.rb | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/misc/extract_local_storage/config.yaml b/modules/misc/extract_local_storage/config.yaml index bb43eb998..c9fcfaddf 100644 --- a/modules/misc/extract_local_storage/config.yaml +++ b/modules/misc/extract_local_storage/config.yaml @@ -7,4 +7,4 @@ beef: description: "Extracts data from the HTML5 localStorage object." authors: ["bcoles"] target: - working: [FF,S] + working: [FF,S,C] diff --git a/modules/misc/extract_local_storage/module.rb b/modules/misc/extract_local_storage/module.rb index e76ce2c21..679fb0c26 100644 --- a/modules/misc/extract_local_storage/module.rb +++ b/modules/misc/extract_local_storage/module.rb @@ -27,6 +27,11 @@ class Extract_local_storage < BeEF::Core::Command 'browser_name' => S }) + set_target({ + 'verified_status' => VERIFIED_WORKING, + 'browser_name' => C + }) + use_template! end