Derpitron / Discord-OTP-Forcer

Selenium based discord OTP forcer
GNU Affero General Public License v3.0
43 stars 12 forks source link

[Bug]: Stopped Testing For Both 6/8 Digit Backup Codes #78

Closed barisdx closed 8 months ago

barisdx commented 9 months ago

Description

The program was working perfectly fine for almost 2 weeks. And today, it stopped working. It opens a new chrome tab just fine and enters my password automatically, but doesn't input any code. It's just me and the chrome screen staring at each other. Nothing's happening on the command promt either.

Minimal Reproduction

I didn't try anything special. Just the casual way of running the program.

Error

The program doesn't input codes after entering the password. Neither does anything happen in the cmd prompt. No logs or errors are printed to the command line.

Operating System Version

Windows 11, Windows 10

Python Version

3.11.2

Program Version

0ac1483d6ae788144510a02d1f2885d5761bf7d1

Any other information or context?

image

Derpitron commented 9 months ago

image

Can confirm this same issue occurs on my end. It seemed to be working as of last week or so, if my memory is right.

My guess is that the page element's Xpath changed, causing the Selenium webdriver to not detect it.

The program, as you stated, simply hangs. No crashes, not even any error or debug logs printed to the command line.

Unfortunately I just don't have the time to maintain and fix this program right now due to exams. Maybe in a month or so I will come back to this issue and fix it. Sincere apologies for the inconvenience.

LuXeZs commented 9 months ago

It should be fixed for 6 digit codes only right know but I will look into the new page layout tomorrow and try fix the program

LuXeZs commented 9 months ago

I've pushed a quick fix so could you download the newest version and see if that has fixed this issue.

barisdx commented 9 months ago

I've pushed a quick fix so could you download the newest version and see if that has fixed this issue.

It's working now! Thank you so much, I really appreciate the work.