Need help on - Find The Easy Pass 2024.10.15

Hi everyone,

I’m working on the “Find The Easy Pass” challenge and have reached the point where I have the zip file: Find The Easy Pass.zip. I’ve been trying to unzip it using the password:
0c48ca8a4a3ab2f73f76b0e6535c2feb510c1caf16b8bcc41c74b392c945e4db (which is the same as the SHA-256 hash). However, I keep getting the error: “password incorrect—reenter”.

Can someone help me check if there’s an issue with the file integrity or confirm whether the password is correct?

Thanks in advance!

Hi @CyberCogeanu

I’m not sure if I was checking this challenge, anyhow (maybe you already tried):
first I thought about:

  • echo “pass” | ./binary? or echo -ne “pass” | ./binary - maybe there is some \0 char and that’s the reason “password incorrect”

If you need any help or talk - msg me via PM.

Good luck!