Added Safari to modules/misc/extract_local_storage confirmed browser list

git-svn-id: https://beef.googlecode.com/svn/trunk@997 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
bcoles@gmail.com
2011-06-13 23:24:39 +00:00
parent 3948ff432e
commit 5c4888097d
2 changed files with 7 additions and 2 deletions

View File

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

View File

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