Updated get_all_cookies module description
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user