diff --git a/Type Juggling/README.md b/Type Juggling/README.md index f40e784..83d57a8 100644 --- a/Type Juggling/README.md +++ b/Type Juggling/README.md @@ -28,7 +28,7 @@ | `'0xABCdef' == ' 0xABCdef'` | true (PHP 5.0) / false (PHP 7.0) | | `'0xABCdef' == ' 0xABCdef'` | true (PHP 5.0) / false (PHP 7.0) | | `'0x01' == 1` | true (PHP 5.0) / false (PHP 7.0) | -| `'0x1234Ab' == '1193131'` | true | +| `'0x1234Ab' == '1193131'` | true (PHP 5.0) / false (PHP 7.0) | | `'123' == 123` | true | | `'123a' == 123` | true | | `'abc' == 0` | true | @@ -145,4 +145,4 @@ The exploitation phase is the following: * [Magic Hashes - WhiteHatSec](https://www.whitehatsec.com/blog/magic-hashes/) * [PHP Magic Tricks: Type Juggling](https://owasp.org/www-pdf-archive/PHPMagicTricks-TypeJuggling.pdf) * [spaze/hashes - Magic hashes – PHP hash "collisions"](https://github.com/spaze/hashes) -* [(Super) Magic Hashes - Mon 07 October 2019 - myst404 (@myst404_)](https://offsec.almond.consulting/super-magic-hash.html) \ No newline at end of file +* [(Super) Magic Hashes - Mon 07 October 2019 - myst404 (@myst404_)](https://offsec.almond.consulting/super-magic-hash.html)