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
This commit is contained in:
@@ -7,4 +7,4 @@ beef:
|
||||
description: "Extracts data from the HTML5 localStorage object."
|
||||
authors: ["bcoles"]
|
||||
target:
|
||||
working: [FF,S]
|
||||
working: [FF,S,C]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user