Skip to content

Fix URL lowercase casing for raw GitHub script links to theNetworkChuck#17

Open
glennsvel90 wants to merge 1 commit intotheNetworkChuck:mainfrom
glennsvel90:patch-1
Open

Fix URL lowercase casing for raw GitHub script links to theNetworkChuck#17
glennsvel90 wants to merge 1 commit intotheNetworkChuck:mainfrom
glennsvel90:patch-1

Conversation

@glennsvel90
Copy link
Copy Markdown

@glennsvel90 glennsvel90 commented Apr 1, 2026

Fix: Raw GitHub URL casing for detection scripts

What this fixes

The irm | iex command in the Windows detection section returns a 404 Not Found error because the raw GitHub URL uses lowercase networkchuck instead of the correct theNetworkChuck.

GitHub raw content URLs are case-sensitive, so even a single character difference causes the request to fail — which means users running the detection script on a potentially compromised machine get no output at all.RLs in the README for accuracy.

Updated reposito## Fix: Raw GitHub URL casing for detection scripts

### What this fixes
The `irm | iex` command in the Windows detection section returns a `404 Not Found` error because the raw GitHub URL uses lowercase `networkchuck` instead of the correct `theNetworkChuck`.

GitHub raw content URLs are **case-sensitive**, so even a single character difference causes the request to fail — which means users running the detection script on a potentially compromised machine get no output at all.RLs in the README for accuracy.
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

Successfully merging this pull request may close these issues.

1 participant