Rating:

Easy pnw task.
1. Disassemble the binary and learn that in `main()` there are `char login[76]`, `char password[128]` and `int access`, located at the stack.
2. Look that if login is too long, it will damage the access variable.
3. Overflow login, and get shell access! Flag is in home dir.