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