praecantat0r / zxyr

A remote access trojan made mainly in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZXYR

A remote access trojan made mainly in C++. This serves for me as a study of system programming and a first look into the world of malware.
The main module is the TCP Revshell, this is made as a DLL(Dynamic-link library) file.
By using RtlCreateUserThread dll injection method i can hook it up to chrome which I start minimized. This will all be done by launching the dropper and then setting everything up for the injector.

FUCK YES DLL INJECTION BBYa

PLANS AND TODO:

Backdoor:

  • Undetectable and lightweight. Serves one purpose for now.

RtlCreateUserThread Injector:

  • POC finished

Dropper:

  • IN PROGRESS

TODO:

  • File Upload and Download
  • Antidebugging features
  • TaskManager kill
  • AutoStartup user persistance
  • Client and finish dropper
  • I might make some studies about how I made this but for now I will focus on finishing the product.

Last Update(XZYR 1.01):

  • Injector finished and mostly bugfixed.
  • Minimized chrome start and an overhaul of the dll.
  • System breaking problems are done
  • Everything executes a bit faster

ZXYR 1 01

ZXYR 1.01 SHOWCASE

About

A remote access trojan made mainly in C++


Languages

Language:C++ 87.0%Language:C 13.0%