From 418ff228d0792a70f5b94c38795792632741e398 Mon Sep 17 00:00:00 2001 From: DotDotSlash Date: Wed, 4 Jan 2023 21:06:36 +0530 Subject: [PATCH] Formatting changes Formatting changes to Account takeover due to unicode normalization issue --- Account Takeover/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Account Takeover/README.md b/Account Takeover/README.md index a238a8e..31ee6c9 100644 --- a/Account Takeover/README.md +++ b/Account Takeover/README.md @@ -127,8 +127,9 @@ When processing user input involving unicode for case mapping or normalisation, - Victim account: `demo@gmail.com` - Attacker account: `demⓞ@gmail.com` -- [Unisub - is a tool that can suggest potential unicode characters that may be converted to a given character!](https://github.com/tomnomnom/hacks/tree/master/unisub) -- [Unicode pentester cheatsheet!](https://gosecure.github.io/unicode-pentester-cheatsheet/) can be used to find list of suitable unicode characters based on platform +[Unisub - is a tool that can suggest potential unicode characters that may be converted to a given character](https://github.com/tomnomnom/hacks/tree/master/unisub). + +[Unicode pentester cheatsheet](https://gosecure.github.io/unicode-pentester-cheatsheet/) can be used to find list of suitable unicode characters based on platform. ## Account Takeover Via Cross Site Scripting