Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.66 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.66 KB

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 -