3a46345941 | ||
---|---|---|
base | ||
bin | ||
client | ||
common | ||
server | ||
README.md | ||
build.bat | ||
build.sln | ||
clear.bat |
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 ProxySupport UDP reliable transfer.- Shellcode extension SDK.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request