From ae98d629f066f720d05735bce32465671a163288 Mon Sep 17 00:00:00 2001 From: Xib3rR4dAr Date: Wed, 4 Aug 2021 09:29:24 +0500 Subject: [PATCH] Update README.md Removed duplicates. --- XSS Injection/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/XSS Injection/README.md b/XSS Injection/README.md index 641d526..747ed95 100644 --- a/XSS Injection/README.md +++ b/XSS Injection/README.md @@ -910,15 +910,6 @@ transformed into U+0022 QUOTATION MARK (") Unicode character U+02B9 MODIFIER LETTER PRIME (encoded as %CA%B9) was transformed into U+0027 APOSTROPHE (') -Unicode character U+FF1C FULLWIDTH LESSĀ­THAN SIGN (encoded as %EF%BC%9C) was -transformed into U+003C LESSĀ­THAN SIGN (<) - -Unicode character U+02BA MODIFIER LETTER DOUBLE PRIME (encoded as %CA%BA) was -transformed into U+0022 QUOTATION MARK (") - -Unicode character U+02B9 MODIFIER LETTER PRIME (encoded as %CA%B9) was -transformed into U+0027 APOSTROPHE (') - E.g : http://www.example.net/something%CA%BA%EF%BC%9E%EF%BC%9Csvg%20onload=alert%28/XSS/%29%EF%BC%9E/ %EF%BC%9E becomes > %EF%BC%9C becomes <