Claudio André

Results 119 comments of Claudio André

Many changes were introduced after jumbo 1. The zero exit code is somehow undesired, but the new zip2john gives us a good hint. ```bash $ john-the-ripper.zip2john testfile; echo $? Did...

> Intermittent? Sure. Well, I can't remember about a fix for `raw-md *` formats. Anyway, a fix is also a possibility.

It wasn't in my case (#4633). But, I haven't tested/debugged all formats. IMO, JtR is failing to properly handle OpenCL initialization in some formats and errors like this are a...

> it is not immediate to understand I agree john can be improved. Well, but, it said: * `it loaded one hash` and; * `no hash left to crack`. So,...

Off the top of my head, to get around this you need to run `john` (at least once) from inside the `opencl/` folder. ``` cd opencl ../john --test --format=opencl ```...

> What if you move all files in `run/opencl` to just `run`? That'd be ugly but it would be interesting to see if it matters. Copying (not moving). And enable...

> We could want to revert [753dd9f](https://github.com/openwall/john/commit/753dd9f10275c8fb147cf14d7b713e0f03d3778c) but change the inital ifdefs to eg, `#if __APPLE__` > > ```diff > -#if !defined(__CYGWIN__) && !defined(__MINGW32__) > +#if __APPLE__ > +// If...

> This is not pretty, seen while running `--test-full=1`: > > ``` > Testing: PEM, PKCS#8 private key (RSA/DSA/ECDSA) [PBKDF2-SHA1 32/64 3DES/AES]... (3xOMP) Warning: PEM kdf algorithm is not supported...

It works here (Ubuntu 22 LTS). Do you have a VM or docker (so you can) run some tests using your official file? ``` $ john-the-ripper.zip2john foo.zip > hash.in ver...

If you still think `john` has a bug, you can have reproducible and repeatable runs: Current folder has the file `foo.zip`. ``` docker run -it --entrypoint=bash --rm -v $(pwd):/host ghcr.io/openwall/john:rolling...