Closed moyvting closed 2 years ago
good to know
Especially as IE is no longer visible on modern Windows systems.
I had the same issue on a testing machine. "Workaround" is to finish the IE Wizard.
That is due to Invoke-WebRequest
, I think it's possible to replace it with Invoke-RestMethod
. That is what I used in my script for downloading Google Chrome (https://github.com/effektsvk/getchrome-function). If I have the time, I will test it and submit a PR. :)
Thank you for your input @moyvting @corsch @effektsvk
This was really useful. I just added the -i
option that generates the PS payload adjusted to use "Invoke-RestMethod' instead of 'Invoke-WebRequest', so now the user can choose.
if you never used IE ,You can avoid this attack.