From 0f81e38635ff4271ba38a54958e81e0fc26254d7 Mon Sep 17 00:00:00 2001 From: bcoles Date: Sun, 7 Oct 2012 17:57:51 +1030 Subject: [PATCH] Fix YAML config: extensions/social_engineering/config.yaml Prevents this error due to lack of white space between array elements: `[!] Unable to load extension configuration '/pentest/web/beef-git/extensions/social_engineering/config.yaml'` --- extensions/social_engineering/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/social_engineering/config.yaml b/extensions/social_engineering/config.yaml index 9bbbc83f7..bd5ffe0da 100644 --- a/extensions/social_engineering/config.yaml +++ b/extensions/social_engineering/config.yaml @@ -44,7 +44,7 @@ beef: edfenergy: # my-account.edfenergy.com_mod is an example of a modified page (manually modified in order to # intercept POST requests) to be served with the web_cloner using use_existing = true - images: ["corner-tl.png", "main.png","edf_logo.png","promo-corner-left.png","promo-corner-right-arrow.png","promo-reflection.png","2012.png","corner-bl.png","corner-br.png","bottom-border.png"] + images: ["corner-tl.png", "main.png", "edf_logo.png", "promo-corner-left.png", "promo-corner-right-arrow.png", "promo-reflection.png", "2012.png", "corner-bl.png", "corner-br.png", "bottom-border.png"] images_cids: cid1: "corner-tl.png" cid2: "main.png"