Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambionics/mt_rand-reverse
Script to recover mt_rand()'s seed with only two outputs and without any bruteforce.
https://github.com/ambionics/mt_rand-reverse
Last synced: 21 days ago
JSON representation
Script to recover mt_rand()'s seed with only two outputs and without any bruteforce.
- Host: GitHub
- URL: https://github.com/ambionics/mt_rand-reverse
- Owner: ambionics
- Created: 2020-01-06T11:50:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T11:56:21.000Z (almost 5 years ago)
- Last Synced: 2024-08-05T17:34:56.713Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 152
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - ambionics/mt_rand-reverse - Script to recover mt_rand()'s seed with only two outputs and without any bruteforce. (Python)
README
# mt_rand-reverse
Recover `mt_rand()`'s seed with only two outputs and without any bruteforce.
See: [https://ambionics.io/blog/php-mt-rand-prediction](https://ambionics.io/blog/php-mt-rand-prediction)