Added spaces to two config.yaml files
Fixes bug with parsing yaml on some versions of Ruby
This commit is contained in:
@@ -25,4 +25,4 @@ beef:
|
||||
beef: "beef"
|
||||
Beef: "Beef"
|
||||
evercookie: "evercookie"
|
||||
chain: ["scramble","minify","base_64"]
|
||||
chain: ["scramble", "minify", "base_64"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user