mirror of
https://github.com/carlospolop/hacktricks.git
synced 2023-12-14 19:12:55 +01:00
GitBook: [master] 2 pages modified
This commit is contained in:
parent
34c67314a6
commit
4599752adc
2 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,7 @@ Username
|
|||
|
||||
```php
|
||||
https://www.victim.com@attacker.com
|
||||
https://www.victim.co%6D@attacker.com
|
||||
https://www.victim.com(\u2044)some(\u2044)path(\u2044)(\u0294)some=param(\uff03)hash@attacker.com
|
||||
```
|
||||
|
||||
|
|
|
@ -440,6 +440,7 @@ String.fromCharCode(116,104,105,115,105,115,97,115,116,114,105,110,103)
|
|||
"\u{74}\u{68}\u{69}\u{73}\u{69}\u{73}\u{61}\u{73}\u{74}\u{72}\u{69}\u{6e}\u{67}"
|
||||
"\a\l\ert\(1\)"
|
||||
atob("dGhpc2lzYXN0cmluZw==")
|
||||
eval(8680439..toString(30))(983801..toString(36))
|
||||
```
|
||||
|
||||
#### Space substitutions inside JS code
|
||||
|
|
Loading…
Reference in a new issue