Updated browser min_ver/max_ver for several modules:

modules/browser/extract_local_storage/
	modules/browser/extract_session_storage/
	modules/host/physical_location/
This commit is contained in:
bcoles
2011-12-08 19:21:56 +10:30
parent a90065f1e9
commit 63e7f8c349
3 changed files with 54 additions and 3 deletions

View File

@@ -22,4 +22,21 @@ beef:
description: "Extracts data from the HTML5 localStorage object."
authors: ["bcoles"]
target:
working: ["FF", "S", "C"]
working:
IE:
min_ver: 8
max_ver: latest
FF:
# It's actually 3.5 but min_ver only supports integers
min_ver: 4
max_ver: latest
O:
min_ver: 11
max_ver: latest
C:
min_ver: 4
max_ver: latest
S:
min_ver: 4
max_ver: latest

View File

@@ -22,4 +22,20 @@ beef:
description: "Extracts data from the HTML5 sessionStorage object."
authors: ["bcoles"]
target:
working: ["FF", "S", "O", "C", "IE"]
working:
IE:
min_ver: 8
max_ver: latest
FF:
# It's actually 3.5 but min_ver only supports integers
min_ver: 4
max_ver: latest
O:
min_ver: 11
max_ver: latest
C:
min_ver: 4
max_ver: latest
S:
min_ver: 4
max_ver: latest

View File

@@ -22,4 +22,22 @@ beef:
description: "This module will retrieve the physical location of the hooked browser using the geolocation API."
authors: ["antisnatchor"]
target:
user_notify: ['ALL']
user_notify:
IE:
min_ver: 9
max_ver: latest
FF:
# It's actually 3.5 but min_ver only supports integers
min_ver: 4
max_ver: latest
O:
# It's actually 10.6 but min_ver only supports integers
min_ver: 11
max_ver: latest
C:
min_ver: 5
max_ver: latest
S:
min_ver: 5
max_ver: latest