Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use IE #8

Closed
moyvting opened this issue Aug 29, 2022 · 4 comments
Closed

Don't use IE #8

moyvting opened this issue Aug 29, 2022 · 4 comments

Comments

@moyvting
Copy link

if you never used IE ,You can avoid this attack.
image

@r4lix
Copy link

r4lix commented Aug 29, 2022

good to know

@corsch
Copy link

corsch commented Aug 29, 2022

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.

@effektsvk
Copy link

effektsvk commented Aug 30, 2022

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. :)

@t3l3machus
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants