MFade icon indicating copy to clipboard operation
MFade copied to clipboard

IndexError: list index out of range

Open Hellmanzz opened this issue 8 months ago • 0 comments

Hi there, found your tool because I was having problems with MFASweep.ps1 authenticating to O365 Web Portal. I thought maybe this tool might have this working, so I gave it a shot. Graph API authentication worked, Azure service management worked(like MFASweep), once I got to the web portal checks, the error in the title appeared.

Command that I ran: python .\Mfade.py -u <> -p <> -s 90 -j 20 --ioc -e gapi,asm

Full trace: Traceback (most recent call last): File "C:\Users\username\Desktop\Mfade.py", line 573, in main() ~~~~^^ File "C:\Users\username\Desktop\Mfade.py", line 524, in main mwpw_success = authWP('Windows', args.username, args.password, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.56') File "C:\Users\username\Desktop\Mfade.py", line 323, in authWP ctx = ctx_pattern.findall(partialctx[0])[0].replace('ctx=', '').replace('"', '') ~~~~~~~~~~^^^ IndexError: list index out of range

Hellmanzz avatar Apr 27 '25 09:04 Hellmanzz