Go to file
floyd f5628504f0 update clear. 2015-07-21 16:48:58 +08:00
base adjust code. 2015-07-21 16:34:13 +08:00
bin adjust code. 2015-07-21 16:34:13 +08:00
client adjust code. 2015-07-21 16:34:13 +08:00
common adjust code. 2015-07-21 16:34:13 +08:00
server adjust code. 2015-07-21 16:34:13 +08:00
README.md update readme. 2015-07-15 17:26:58 +08:00
build.bat adjust code. 2015-07-21 16:34:13 +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