Announcement

Collapse
No announcement yet.

"GoodCBC" - LET'S DO IT! (Codebreaker Day1 set decrypted and recompiled into RAW cbcs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    And here's the new cb2util v1.5 release...

    Changelog:
    https://github.com/mlafeldt/cb2util/...15-jul-17-2012

    Download of Windows and Linux builds:
    https://github.com/mlafeldt/cb2util/downloads

    Updated project site documenting the new compile feature:
    http://mlafeldt.github.com/cb2util

    Need to go to bed now.
    Last edited by misfire; 07-18-2012, 03:44:55 AM.

    Comment


    • #17
      -c, --check
      check RSA signature

      from http://mlafeldt.github.com/cb2util/

      You need to add the compile stuff there and reflect that the former -c, --check is now -v, --verify
      Missing LiquidManZero since 1685.

      Comment


      • #18
        Reload the site and search for "-c". All matches are related to --compile.

        That change is also in the HISTORY.md file.
        Last edited by misfire; 07-17-2012, 04:23:23 PM.

        Comment


        • #19
          Yup saw that.

          Just compiled 1.5. Going to try...

          Code:
          $ for file in day1_txt/*.txt; do ./cb2util cbc --compile "$file" > "${file%txt}cbc"; done
          That should compile all text files in day1_txt to filename.cbc, correct?

          Crap, nope, sure doesn't.
          Last edited by bfoos; 07-17-2012, 04:36:14 PM.
          Missing LiquidManZero since 1685.

          Comment


          • #20
            Will proper encryption of v8+ CBCs ever be possible? "Proper" meaning you wouldn't need to use CB 9.2 with the RSA fix.

            bfoos: I haven't tried this, but I think the > symbol isn't needed.

            Comment


            • #21
              Oh crap, you are correct!

              GoodCBC compiled!

              First post updated with a link to the compiled GoodCBC set.
              Last edited by bfoos; 07-17-2012, 05:27:48 PM.
              Missing LiquidManZero since 1685.

              Comment


              • #22
                Originally posted by wes_less View Post
                Will proper encryption of v8+ CBCs ever be possible? "Proper" meaning you wouldn't need to use CB 9.2 with the RSA fix.
                Nope. Unless someone can factorize that number or tortures CMX to get the private key.

                (And in case you haven't noticed, there's a message in all CBC files at the place where the RSA signature is supposed to be. )
                Last edited by misfire; 07-17-2012, 05:53:45 PM.

                Comment


                • #23
                  I vote for the torturing CMX option and hereby nominate LiquidManZero to do the deed, as he lives the closest.

                  Can I get that seconded?
                  Missing LiquidManZero since 1685.

                  Comment


                  • #24
                    Seconded, thirded, fourthed, and you'll probably actually need torture because I wouldn't be shocked if he's used the same private key elsewhere.

                    Comment


                    • #25
                      That would be pretty terrible security.

                      Despite his probable dislike of misfire, someone might actually be successful in simply asking CMX for the private key (assuming Pyriel's theory is wrong, heh); it's possible that he no longer cares about it.
                      I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

                      Comment


                      • #26
                        He might still have some contract from Pelican preventing him from doing this. I bet people would pay good money if he released the whole source for CodeBreaker, if licensing issues wouldn't prevent him. I can only dream... Of course we'd all like it for free too haha
                        Last edited by root670; 07-17-2012, 08:21:20 PM.

                        Comment


                        • #27
                          I imagine Skiller still chats with him every now and again. I think I'm still sworn to secrecy about some of the help CMX provided Skiller back in the day. Although, I can say, without divulging anything specific, that I always thought there had to be some reason why CMX refused to divulge the private key, create a server-side script for generating Day 1 files, or just let Skiller have access to a tool that could sign files. It didn't make sense to have such security on those files in the first place. That was proven when he released upgrade files that removed the signature check. It just seems like there has to be some dark secret or contractual obligation keeping that thing under lock and key.

                          Of course, it also could be that he just doesn't give a damn. The man used me for free* customer support for years, and I don't think he ever seriously entertained any of my requests for help making that easier. I had to try to break the CB7 encryption myself after that came out. I got about half done and gave up because the next step involved math that I barely remembered once having an inkling of. Misfire did more to make customer service possible on that site than CMX did, honestly.

                          *OK, so he once offered me a free CodeBreaker when a new version came out. I'm sure it's still on his desk somewhere, waiting for a shipping label.
                          Last edited by Pyriel; 07-17-2012, 08:26:31 PM.

                          Comment


                          • #28
                            All of that shhhh I have a secret stuff Skiller used to do, drove me crazy. I have a special PS2 someone made me. Szalay has one too, shhhhh.

                            Anyway, LiquidManZero... You have some torturing to do.

                            As an aside, GoodCBC is officially complete from start to finish. Every cbc file the GH Day1 modded ELF files pulls will contain nothing but glorious RAW codes.

                            Thanks to all who made this possible!
                            Missing LiquidManZero since 1685.

                            Comment


                            • #29
                              Originally posted by misfire View Post
                              (And in case you haven't noticed, there's a message in all CBC files at the place where the RSA signature is supposed to be. )
                              CFU.NO U! Yeah, wonder what the CFU is about. Cheat file utility? Is he saying fuck you to himself? But yeah, I noticed your message. I was tempted to release a full set with a message of my own, but decided against it...

                              sartcon.cbc

                              Tryin to catch me compilan dirty.
                              Last edited by bfoos; 07-18-2012, 12:02:08 AM.
                              Missing LiquidManZero since 1685.

                              Comment


                              • #30
                                CBSs have the same CFU header at the top

                                Comment

                                Working...
                                X