Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 812 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 812 Bytes

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(hacker)

Use cmd:

Client [server_ip] [port] 

For example:

Client 127.0.0.1 1234

Functions List

Function Enabled
MessageBox -
RemoteDesktopView -
ViewWebcam -
RemoteKeyboardControl -
RemoteMouseControl -
RemoteCmdLineAccess -
FileEncryption -
ImportingFiles -
ExportingFiles -
InputBlocking -
SoundPlaying -