mbrg/power-pwn

Unsuccessful token grabber

Opened this issue · 3 comments

Hi folks,

I was able to log in with Copilot, but something happens in the transaction and its not grabbing the token to be saved to json.

image

Any advice would be welcomed.

Hey @PalantirWizard,
We're checking this and will get back to you as soon as we can.

Thanks!

Hi @PalantirWizard ,
I'm looking into this problem with my windows machine and I encountered the error due to two separate problems:

  1. I am using my own email address which prompts a windows log in pop-up as such:
    Screenshot 2024-09-17 175132
    In this case there is a problem in the code.
  2. I am using a user without any copilot configured, can you log in to https://www.office.com/?auth=2 and check if you see a "copilot" button on the left side? If there a are no copilots configured it makes sense that the code will fail.

Hi @ofrin-zen

I have added the copilot button on the left hand sight and it is clicked now by puppeteer and token successfully retrieved :)

Thank you for your help !