From 1b47142ddcd28ed3c2988c0c6b99cb6195c2c221 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Sun, 24 Nov 2019 21:41:20 +0530 Subject: [PATCH] minor typo fix --- db/details.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/db/details.json b/db/details.json index 5f67cc7..75ff0c1 100644 --- a/db/details.json +++ b/db/details.json @@ -20,13 +20,13 @@ "Severity" : "Low", "Exploitation" : "Not possible" }, - "post domain wildcard" : { - "Description" : "The origin verification is flawed, it allows requests from a host that has this host as as preffix.", + "post-domain wildcard" : { + "Description" : "The origin verification is flawed, it allows requests from a host that has this host as a preffix.", "Severity" : "High", "Exploitation" : "Make requests from target.com.attacker.com" }, - "pre domain wildcard" : { - "Description" : "The origin verification is flawed, it allows requests from a host that has this host as as suffix.", + "pre-domain wildcard" : { + "Description" : "The origin verification is flawed, it allows requests from a host that has this host as a suffix.", "Severity" : "High", "Exploitation" : "Make requests from attacker-target.com" }, @@ -45,4 +45,4 @@ "Severity" : "High", "Exploitation" : "Set the 'Origin' header to %60.example.com" } -} \ No newline at end of file +}