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: 4 months 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 6 years ago)
 - Default Branch: master
 - Last Pushed: 2020-01-06T11:56:21.000Z (almost 6 years ago)
 - Last Synced: 2024-08-05T17:34:56.713Z (about 1 year 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)