From 0aac7e8267f11d469cc34d66543b60c0d2adf4fc Mon Sep 17 00:00:00 2001 From: R4yan Date: Sun, 28 Jul 2024 21:16:30 +0200 Subject: [PATCH] Update README.md --- Type Juggling/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)