PK22 wrote: July 7th, 2026, 4:11 pm
My ISP had issues with the site, so I downloaded it over a VPN. It redirects to a suspicious URL which doesn't even have a homepage (I'm not posting the domain here for obvious reasons, but the path was /2k2pyhygfuju/golly-cellular-automata-simulator.github.io/), and downloads a ~110 MB zip file.
The zip file contained the following:
- A potential GPL violation; the attached "Inn_License.txt" file was the "OPEN INNOVATION LICENSE", but since Golly is GPLv2, I believe this would be a violation if it is legitimate.
- A PNG which is just the GitHub logo named "giti_icon.png". (?)
- Four DLLs, named "database_driver.dll" (???), "ProfilerTools.dll" (??), "vsdebugeng.dll" (?????), and "webservices.dll" (???).
- A 23KB executable which doesn't even seem to call any of the aforementioned DLLs. VirusTotal identified it as vsdbg.exe, which is an official MS file. It also identified the other DLLs as legitimate and from MS. I have absolutely no idea what happened here.
I have reported the user who contributed to the GitHub repository.
I just did some more testing, as it turns out there are 2 redirect URLs which I will refer to as URL A and URL B.
The first URL you can see by hovering over the "Download Installer" button and looking to the bottom left of Google Chrome (most browsers should display the URL in a hyperlink if you hover over the hyperlink element with your mouse). This URL is a .github.io URL. I will call this URL A.
When someone clicks on the "Download Installer" button, it redirects to URL A and then redirects to URL B almost immediately. URL B is also a .github.io URL where you see that webpage that lasts a few seconds that says "Validating Session.
After a few seconds, URL B redirects to URL C, which is a .com website. URL C is the URL that my Google Chrome automatically blocked with this error: ERR_SSL_PROTOCOL_ERROR
I'm hesitant to post the actual URLs because I don't think that's a good idea so that's why I referred to them as URL A, URL B, and URL C.
Since URL A and URL B are both .github.io URLs I decided to investigate the GitHub users behind them since most GitHub URLs are just username.github.io.
The users behind URL A and URL B both have 1 repository each called ".github", which is responsible for hosting the URLs via GitHub pages.
Both repositories have 2 files: a 404.html file and a README.md file. Normally a website is supposed to have index.html as it's home page/main page.
The 404.html in the code of URL A contains code that redirects to URL B. The code in URL B contains code that I don't really understand, but I know that when a user visits the website in URL B they eventually get redirected to URL C (the .com website).
If any Golly developers want I can send you the URLs via direct message if it will help investigate this.
EDIT SEPTEMBER 9, 2026:
I decided that now would be safe to reveal URL A and URL B because they are both GitHub URLs (which means their GitHub usernames can be looked up), because they are now harmless*, and for transparency's/investigation's sake.
URL A:
https://krewvillalobosoekk.github.io/.g ... -Simulator
The user behind URL A:
https://github.com/krewvillalobosoekk
URL B:
https://m94698483.github.io/.github/Gol ... -Simulator
The user behind URL B:
https://github.com/m94698483
URL C can be accessed by visiting the URLs above, *but VISIT THESE URLS AT YOUR OWN RISK. IF YOU DON'T KNOW WHAT YOU ARE DOING, I RECOMMEND NOT VISITING THE URLS AT ALL. Right now the website they redirect to (which is URL C) is down according to Cloudflare, but it may come back up in the future, so be careful.