16 lines
653 B
YAML
16 lines
653 B
YAML
#
|
|
# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
apache_cookies:
|
|
enable: true
|
|
category: "Exploits"
|
|
name: "Apache Cookie Disclosure"
|
|
description: "This module exploits CVE-2012-0053 in order to read the victim's cookies, even if issued with the HttpOnly attribute. The exploit only works if the target server is running Apache HTTP Server 2.2.0 through 2.2.21."
|
|
authors: ["gcattani"]
|
|
target:
|
|
working: ["All"]
|