Go to file
floyd 3a46345941 simplify comm protocol. 2015-08-01 14:40:22 +08:00
base fix comm bug. 2015-07-22 15:48:07 +08:00
bin FIX EnvString bug. 2015-07-22 11:44:48 +08:00
client simplify comm protocol. 2015-08-01 14:40:22 +08:00
common simplify comm protocol. 2015-08-01 14:40:22 +08:00
server simplify comm protocol. 2015-08-01 14:40:22 +08:00
README.md update readme. 2015-07-15 17:26:58 +08:00
build.bat fix gen bug. 2015-07-21 20:39:18 +08:00
build.sln first commit 2015-05-22 10:50:57 +08:00
clear.bat update clear. 2015-07-21 16:48:58 +08:00

README.md

Trochilus

A fast&free windows remote administration Tool

Coded in C++ (using VS2010)

Features

  • Support TCP,UDP,HTTP,HTTPS
  • Serilize Protocol
  • Support Non-UAC
  • Shellcode Extension
  • Remote Uninstall
  • Singled-Threaded
  • File Manager
  • Remote Shell
  • Download & Execute
  • Upload & Execute
  • System Information

Compiling

devenv.exe build.sln /rebuild RELEASE

Build

Run build.bat

ToDo

  • Reverse SOCKS5 Proxy
  • Support UDP reliable transfer.
  • Shellcode extension SDK.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request