Updated get_all_cookies module description

This commit is contained in:
bcoles
2012-05-29 20:37:14 +09:30
parent 1c9310f89f
commit 8dc4261094
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ beef:
enable: true
category: "Chrome Extensions"
name: "Get All Cookies"
description: "Steal cookies even HTTPonly ones (providing the hooked extension has cookies access)<br />If a URL to steal cookies from is not specified then will steal _all_ cookies (this can be a lot!)"
description: "Steal cookies, even HttpOnly cookies, providing the hooked extension has cookies access.<br />If a URL is not specified then <em>all</em> cookies are returned (this can be a lot!)"
authors: ["mh"]
target:
working: ["C"]

View File

@@ -18,7 +18,7 @@ class Get_all_cookies < BeEF::Core::Command
def self.options
return [
{'name' =>'url', 'ui_label'=>'Domain to steal cookies from e.g. http://facebook.com', 'value' => 'default_all'}
{'name' =>'url', 'ui_label'=>'Domain (e.g. http://facebook.com)', 'value' => 'default_all'}
]
end