A simple virus(Trojan) aka client-server application written in C++ for Windows.
- Copies itself(Trojan) to %SYSTEM%
- Writes to the register("SOFTWARE\Microsoft\Windows\CurrentVersion\Run")
- Keylogger
- Sniffer(in future)
Use cmd:
Client [server_ip] [port]
For example:
Client 127.0.0.1 1234
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 | - |