Fix YAML for Ruby 1.9.2

This commit is contained in:
Brendan Coles
2014-11-23 22:54:03 +00:00
parent 029ae3d66d
commit 1649b87567
7 changed files with 7 additions and 7 deletions

View File

@@ -8,4 +8,4 @@ beef:
etag: etag:
enable: false enable: false
name: 'Server-to-Client Etag Tunnel' name: 'Server-to-Client Etag Tunnel'
authors: ["ovbroslavsky","neoleksov"] authors: ["ovbroslavsky", "neoleksov"]

View File

@@ -10,6 +10,6 @@ beef:
category: ["Browser", "Hooked Domain"] category: ["Browser", "Hooked Domain"]
name: "Get Page and iframe HTML" name: "Get Page and iframe HTML"
description: "This module will retrieve the HTML from the current page and any iframes (that have the same origin)." description: "This module will retrieve the HTML from the current page and any iframes (that have the same origin)."
authors: ["bcoles","kxynos"] authors: ["bcoles", "kxynos"]
target: target:
working: ["ALL"] working: ["ALL"]

View File

@@ -12,4 +12,4 @@ beef:
description: "This module attempts to perform John Wilander's CookieJar overflow. He demonstrated this in his <a href='https://www.owasp.org/index.php/OWASP_1-Liner'>Owasp 1-liner project</a>. With this module, cookies that have the HTTPOnly-flag and/or HTTPS-flag can be wiped. You can try to recreate these cookies afterwards as normal cookies." description: "This module attempts to perform John Wilander's CookieJar overflow. He demonstrated this in his <a href='https://www.owasp.org/index.php/OWASP_1-Liner'>Owasp 1-liner project</a>. With this module, cookies that have the HTTPOnly-flag and/or HTTPS-flag can be wiped. You can try to recreate these cookies afterwards as normal cookies."
authors: ["Bart Leppens"] authors: ["Bart Leppens"]
target: target:
working: ["S","C","FF","IE"] working: ["S", "C", "FF", "IE"]

View File

@@ -10,6 +10,6 @@ beef:
category: ["Exploits", "BeEF_bind"] category: ["Exploits", "BeEF_bind"]
name: "Active Fax 5.01" name: "Active Fax 5.01"
description: "This module attempts to exploit ActiveFax Server 5.01. The bug was initially discovered by Craig Freyman (for more information refer to: <a href='http://www.pwnag3.com/2013/02/actfax-raw-server-exploit.html'>http://www.pwnag3.com/2013/02/actfax-raw-server-exploit.html</a>). His initial exploit has been modified in order to deliver the BeEF bind payload through Inter-Protocol Exploitation (IPE)." description: "This module attempts to exploit ActiveFax Server 5.01. The bug was initially discovered by Craig Freyman (for more information refer to: <a href='http://www.pwnag3.com/2013/02/actfax-raw-server-exploit.html'>http://www.pwnag3.com/2013/02/actfax-raw-server-exploit.html</a>). His initial exploit has been modified in order to deliver the BeEF bind payload through Inter-Protocol Exploitation (IPE)."
authors: ["antisnatchor","Bart Leppens"] authors: ["antisnatchor", "Bart Leppens"]
target: target:
working: ["FF"] working: ["FF"]

View File

@@ -17,7 +17,7 @@ beef:
module: module:
extract_inotes_list: extract_inotes_list:
enable: true enable: true
category: ["Misc","IBM iNotes"] category: ["Misc", "IBM iNotes"]
name: "Extract iNotes list" name: "Extract iNotes list"
description: "If you have access to the origin of a victims IBM iNotes, you can use this module to extract a list of notes." description: "If you have access to the origin of a victims IBM iNotes, you can use this module to extract a list of notes."
authors: ["Bart Leppens"] authors: ["Bart Leppens"]

View File

@@ -17,7 +17,7 @@ beef:
module: module:
read_inotes: read_inotes:
enable: true enable: true
category: ["Misc","IBM iNotes"] category: ["Misc", "IBM iNotes"]
name: "Read iNotes" name: "Read iNotes"
description: "If you have access to the origin of a victims IBM iNotes, you can use this module to read a note." description: "If you have access to the origin of a victims IBM iNotes, you can use this module to read a note."
authors: ["Bart Leppens"] authors: ["Bart Leppens"]

View File

@@ -17,7 +17,7 @@ beef:
module: module:
send_inotes: send_inotes:
enable: true enable: true
category: ["Misc","IBM iNotes"] category: ["Misc", "IBM iNotes"]
name: "Send iNotes" name: "Send iNotes"
description: "If you have access to the origin of a victims IBM iNotes, you can use this module to send a note to someone." description: "If you have access to the origin of a victims IBM iNotes, you can use this module to send a note to someone."
authors: ["Bart Leppens"] authors: ["Bart Leppens"]