diff --git a/extensions/etag/config.yaml b/extensions/etag/config.yaml index cd4d749fb..f7182db05 100644 --- a/extensions/etag/config.yaml +++ b/extensions/etag/config.yaml @@ -8,4 +8,4 @@ beef: etag: enable: false name: 'Server-to-Client Etag Tunnel' - authors: ["ovbroslavsky","neoleksov"] + authors: ["ovbroslavsky", "neoleksov"] diff --git a/modules/browser/hooked_domain/get_page_html_iframe/config.yaml b/modules/browser/hooked_domain/get_page_html_iframe/config.yaml index 29cc0f4e9..320855e9c 100644 --- a/modules/browser/hooked_domain/get_page_html_iframe/config.yaml +++ b/modules/browser/hooked_domain/get_page_html_iframe/config.yaml @@ -10,6 +10,6 @@ beef: category: ["Browser", "Hooked Domain"] 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)." - authors: ["bcoles","kxynos"] + authors: ["bcoles", "kxynos"] target: working: ["ALL"] diff --git a/modules/browser/hooked_domain/overflow_cookiejar/config.yaml b/modules/browser/hooked_domain/overflow_cookiejar/config.yaml index 7c0f7090d..6ee8e383a 100644 --- a/modules/browser/hooked_domain/overflow_cookiejar/config.yaml +++ b/modules/browser/hooked_domain/overflow_cookiejar/config.yaml @@ -12,4 +12,4 @@ beef: description: "This module attempts to perform John Wilander's CookieJar overflow. He demonstrated this in his Owasp 1-liner project. 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"] target: - working: ["S","C","FF","IE"] + working: ["S", "C", "FF", "IE"] diff --git a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml index a28b956c0..49b419f77 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml +++ b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml @@ -10,6 +10,6 @@ beef: category: ["Exploits", "BeEF_bind"] 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: http://www.pwnag3.com/2013/02/actfax-raw-server-exploit.html). 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: working: ["FF"] diff --git a/modules/misc/ibm_inotes/extract_inotes_list/config.yaml b/modules/misc/ibm_inotes/extract_inotes_list/config.yaml index 6df6b0d7b..a285d9521 100644 --- a/modules/misc/ibm_inotes/extract_inotes_list/config.yaml +++ b/modules/misc/ibm_inotes/extract_inotes_list/config.yaml @@ -17,7 +17,7 @@ beef: module: extract_inotes_list: enable: true - category: ["Misc","IBM iNotes"] + category: ["Misc", "IBM iNotes"] 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." authors: ["Bart Leppens"] diff --git a/modules/misc/ibm_inotes/read_inotes/config.yaml b/modules/misc/ibm_inotes/read_inotes/config.yaml index be8aca14a..1e5b02d6c 100644 --- a/modules/misc/ibm_inotes/read_inotes/config.yaml +++ b/modules/misc/ibm_inotes/read_inotes/config.yaml @@ -17,7 +17,7 @@ beef: module: read_inotes: enable: true - category: ["Misc","IBM iNotes"] + category: ["Misc", "IBM 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." authors: ["Bart Leppens"] diff --git a/modules/misc/ibm_inotes/send_inotes/config.yaml b/modules/misc/ibm_inotes/send_inotes/config.yaml index a38426e96..19edf9892 100644 --- a/modules/misc/ibm_inotes/send_inotes/config.yaml +++ b/modules/misc/ibm_inotes/send_inotes/config.yaml @@ -17,7 +17,7 @@ beef: module: send_inotes: enable: true - category: ["Misc","IBM iNotes"] + category: ["Misc", "IBM 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." authors: ["Bart Leppens"]