ID:               25272
 Updated by:       [EMAIL PROTECTED]
 Reported By:      Fabian dot Bernecker at web dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Win2k SP1
 PHP Version:      4.3.3
 New Comment:

You're doing some infinite recursion here. Eventually 
you'll hit a wall. (There are logic errors in your script 
-- look at "$cur++" and "!$cur>=$i" for instance.) 
 
Besides, brute forcing MD5 would take forever. Even if you 
could do a trillion attempts per second it would still 
take you from now until the Sun exploded to complete the 
brute force attack.  
 
J 


Previous Comments:
------------------------------------------------------------------------

[2003-08-27 08:48:41] Fabian dot Bernecker at web dot de

Description:
------------
I wrote a script which causes an unknown exception in php.exe. I wasn't
able to locate any error in the script.

Reproduce code:
---------------
http://mandrill.fuxx0r.net/c++/paste.php?p=578

Expected result:
----------------
I wrote j4f a small script for bruteforcing md5.

Actual result:
--------------
I wanted to test the script. It caused an unknown exception in php.exe.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=25272&edit=1

Reply via email to