rapid7 / metasploit-framework

Metasploit Framework
https://www.metasploit.com/
Other
34.31k stars 14.02k forks source link

How to disable Window Defender real time protection from powershell command? #15259

Closed Korto9 closed 3 years ago

Korto9 commented 3 years ago

Hi,

I wanted to know if its possible to disable Window Defender with only 1 powershell command since its very difficult for me to make it FUD. I tried this but it doesn't work.

Set-MpPreference -DisableRealtimeMonitoring $true

Thank you in advance

GetRektBoy724 commented 3 years ago

Hi,

I wanted to know if its possible to disable Window Defender with only 1 powershell command since its very difficult for me to make it FUD. I tried this but it doesn't work.

Set-MpPreference -DisableRealtimeMonitoring $true

Thank you in advance

yes,Set-MpPreference cmdlet need admin privilege maybe you can try my Powershell crypter :wink: and also, don't be a skid, do some research :wink:

smcintyre-r7 commented 3 years ago

Closing this since it's off-topic for Metasploit.