diff --git a/modules/misc/extract_local_storage/config.yaml b/modules/misc/extract_local_storage/config.yaml index b83065761..bb43eb998 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'] + working: [FF,S] diff --git a/modules/misc/extract_local_storage/module.rb b/modules/misc/extract_local_storage/module.rb index c89362d3a..e76ce2c21 100644 --- a/modules/misc/extract_local_storage/module.rb +++ b/modules/misc/extract_local_storage/module.rb @@ -21,7 +21,12 @@ class Extract_local_storage < BeEF::Core::Command 'verified_status' => VERIFIED_WORKING, 'browser_name' => FF }) - + + set_target({ + 'verified_status' => VERIFIED_WORKING, + 'browser_name' => S + }) + use_template! end