-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
This script contains malicious content and has been blocked by your antivirus software. #1742
Comments
Same here. I tried it both on my home PC and my work PC. It was working yesterday and seems to be an issue this morning. |
As seen in README.md a LOT of antivirus(including Windows defender) have been known to block this script, because it heavily modifies the system. Because of the way that the script works(is written in PowerShell) there isn’t much we can do. |
Had to allow it through Defender. Kinda sucks as I've used it for a while now and it just started blocking it this morning. Thank you @ModernTTY for pointing out that it will just get blocked. |
BTW Chris himself had this issue. Can be seen in stream archive https://m.youtube.com/watch?v=xzUcDbIh-0w. But yes there isn’t much we can do about that. |
i am feeling super dumb right now because i rarely if ever use windows security for anything. So. How do i add the execution of this script to the exclusions? i cannot spend 1 hour and an half watching a stream to spot the 2 seconds where he solves it. |
so far i tried adding https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1 and even *.ps1 as an exclusion. To no effect. So. What am i supposed to exclude? |
@Butterfly-Dragon you can see it from 1:28 to 2:14. Now i think unfortunately you will have to clone repo, then exclude the folder, then run winutil.ps1. Don’t think you can exclude otherwise. |
Yeah I don't think you can exclude without cloning the repo. |
*sigh* count on microsoft for deciding it needs to get in the way of a quick system reinstall |
In Windows Defender - go to Virus & Threat Protection - Protection History |
i tried cloning and running locally after excluding directory. It was still blocked. So i just deleted the clone. Disabled realtime protection and ran it. F--- microsoft for messing stuff up untill you have to go around naked with your jewels on display to do anything or wait 50 days. |
that would have been sensible indeed. But this is a "severe threat" so i was not given the option. It still blocked after excluding the file and the directory and the file's extension. so i just removed all exceptions removed the clone. disabled realtime protection and ran the script online as it should have been from the beginning. I hate to do this stuff but it seems like unless you go around naked this script was "too dangerous" to run even with the exceptions. |
this worked for me, Thanks ! |
The question is, what is excluded from Defender. Powershell, the trojan in general, only the script?! I have the same issue on all of my computers after last Windows updates. @ChrisTitusTech Maybe you can leave a proper instruction. I use the script directly via a shortcut on the desktop. Thanks! |
The question is, what is excluded from Defender. Powershell, the trojan in general, only the script?! I have the same issue on all of my computers after last Windows updates. @ChrisTitusTech Maybe you can leave a proper instruction.I use the script directly |
well, obviously allowing the threat, or even disabling real-time protection while running the script isn't ideal. |
can't this be included in the (a) script? disable defender, start script and run tweaks, close script, enable defender ... |
yes i still have the antivirus running in the background as soon as i will be done installing everything i will kill the script and return the antivirus to its original position. I will start configuring everything and browsing the interwebzors later, not the time now. |
time to reboot. Thanks for the help |
I don’t think so, defender will block that. |
so what is the recommended procedure with the most comfort? |
Unfortunately for now its going to be manually disabling real time protection running the script, then enabling real time protection |
This should be fixed now. I can confirm the latest Windows Defender updates flagged winutil.ps1 as a virus. However, no major code was changed and I merged some basic fixes in from the test branch and now it launches fine. The best I can come up with is they flagged the hash of the old ps1 script. I do worry that they will update this and flag it again in the future. |
Chris, many thanks for your prompt action. I can confirm that it starts now as expected. Greetings JuRo |
Malwarebytes is also blocking, Malwarebytes -Log Details- -Software Information- -System Information- -Exploit Details- Exploit: 1 -Exploit Data- (end) |
Microsoft has a lot to do with all the malware lists. Its VERY pay to play with them. Chances are if they are targeting Chris specifically, or the script has made it onto their radar for any reason they will propagate the detection across many other providers and it will start showing up in may anti-viral software. I mean come on, they now report "cracks" as potentially unwanted. Needless to say, I only use windows now specifically to play games and adobe. |
still having same issue. I have to turn malwarebytes off to be able to run winutil. Malwarebytes -Log Details- -Software Information- -System Information- -Exploit Details- Exploit: 1 -Exploit Data- (end) |
Describe the bug
Attempting to run winutil in Powershell with admin, errors with virus warning.
To Reproduce
PS C:\WINDOWS\system32> iwr -useb https://christitus.com/win | iex iex : At line:1 char:1
+
This script contains malicious content and has been blocked by your antivirus software.
At line:1 char:40
Expected behaviour
A clear and concise description of what you expected to happen.
Screenshot
Edition Windows 11 Pro
Version 23H2
Installed on 27/01/2024
OS build 22631.3296
Experience Windows Feature Experience Pack 1000.22687.1000.0
Additional context
Only Windows antivirus and firewall installed.
The text was updated successfully, but these errors were encountered: