Added spaces to two config.yaml files

Fixes bug with parsing yaml on some versions of Ruby
This commit is contained in:
bcoles
2012-06-29 08:42:21 +09:30
parent b7126c2fe3
commit 29ba7dbf38
2 changed files with 2 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ beef:
beef: "beef"
Beef: "Beef"
evercookie: "evercookie"
chain: ["scramble","minify","base_64"]
chain: ["scramble", "minify", "base_64"]

View File

@@ -20,6 +20,6 @@ beef:
category: ["Exploits", "Router"]
name: "D-Link DIR-615 Password Wipe"
description: "Attempts to wipe the password of the admin user on a D-Link DIR-615 router. Enable also remote administration on 0.0.0.0:8080"
authors: ["antisnatchor","n0x00"]
authors: ["antisnatchor", "n0x00"]
target:
working: ["ALL"]