mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-13 00:17:17 +00:00
Formatting changes
Formatting changes to Account takeover due to unicode normalization issue
This commit is contained in:
parent
b7df4cb6e8
commit
418ff228d0
1 changed files with 3 additions and 2 deletions
|
@ -127,8 +127,9 @@ When processing user input involving unicode for case mapping or normalisation,
|
||||||
- Victim account: `demo@gmail.com`
|
- Victim account: `demo@gmail.com`
|
||||||
- Attacker account: `demⓞ@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)
|
[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
|
|
||||||
|
[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
|
## Account Takeover Via Cross Site Scripting
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue