Alex Stanev
Alex Stanev
Just created empty DB and can't reproduce this. Please make sure you're using PHP 5.5+ and latest HEAD. Also, there is one caveat for bosskey - you have to first...
This is strange, since we pass reference value here: https://github.com/RealEnder/dwpa/blob/master/web/common.php#L411 Can you change line `$ref[0] = str_repeat('s', count($ref)-1);` with: ``` $format = str_repeat('s', count($ref)-1); $ref[0] = & $format; var_dump($ref); ```
Hm, we explicitly defined $ref[0] value to be reference and it isn't; `[0] => string(9) "sssssssss"` I can't see how this can happen. Maybe it's something CentOS devs patched in...
Yeah, maybe, can you try to disable the extension?
Or enable Suhosin'l log to see if it blocked/filtered/altered something?
Haven't seen 32bit srv install in years :) Looks like this is the case here. Will try to find out a better way, since I don't want to pull additional...
What is the version of Ubuntu MATE? Do you have the dependencies mentioned, eg. sudo apt-get install debhelper python-distutils-extra
Does mdxfind support wpa-psk?
Guys, still in doubt about mdxfind: if I understood correctly, this is something like help_crack for wpa-sec, but not only for contributions, but also for query of hashes.org. This is...
@winxp5421 thanks for explanation, now it makes sense :)