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:
bcoles@gmail.com
2011-06-19 23:35:13 +00:00
parent ec9fc14414
commit 84bd253dd0
2 changed files with 6 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ beef:
description: "Extracts data from the HTML5 localStorage object."
authors: ["bcoles"]
target:
working: [FF,S]
working: [FF,S,C]

View File

@@ -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