ExByt3s / Trojan

A simple virus(Trojan) aka client-server application written in C/C++/C# for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trojan

A simple virus(Trojan) aka client-server application written in C++ for Windows.

Server(victim)

  • Copies itself(Trojan) to %SYSTEM%
  • Writes to the register("SOFTWARE\Microsoft\Windows\CurrentVersion\Run")
  • Keylogger
  • Sniffer(in future)

Client Console(hacker)

Use cmd:

Client [server_ip] [port] 

For example:

Client 127.0.0.1 1234

Functions List

Function Enabled Name Args Notes
MessageBox + message <str> str.length <= 128
RemoteDesktopView -
ViewWebcam -
RemoteKeyboardControlOn + kbon <key> all opt
RemoteKeyboardControlOff + kboff null
RemoteMouseControlOn + mon <x> <y> <button> all opt
RemoteMouseControlOff + moff null
RemoteCmdLineAccess + cmd <str> str.length <= 128
FileEncryption -
ImportingFiles -
ExportingFiles -
InputBlockingOn + bion null
InputBlockingOff + bioff null
SoundPlaying -

About

A simple virus(Trojan) aka client-server application written in C/C++/C# for Windows.

License:GNU General Public License v3.0


Languages

Language:C++ 71.6%Language:C 18.2%Language:C# 9.4%Language:Visual Basic 0.8%