dafthack / MFASweep

A tool for checking if MFA is enabled on multiple Microsoft Services
MIT License
1.23k stars 170 forks source link

UseBasicParsing not enabled which kills Invoke-Webrequest #2

Open 5M7X opened 3 years ago

5M7X commented 3 years ago

error-invoke-webrequest

Just attended your webinar today " Getting Started in Pentesting The Cloud: Azure w/ Beau Bullock (1-Hour) -- Thursday, May 27, 2021, 1:00 PM - 2:00 PM EDT (UTC -4)"

So I played with some of the tools/scripts you presented and also this one. Unfortunately this throws an error on my Windows 10 because of the Invoke-Webrequest function. I forked it and added and tested the basic parsing switch which fixes the script.

5M7X commented 3 years ago

Created a pull request for the fix: https://github.com/dafthack/MFASweep/pull/3

cheers