Skip to content

Latest commit

 

History

History
 
 

Trochilus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

trochilus

Trochilus, RedLeaves (RAT)

Uploaded to GitHub for those who want to analyze the code.

References

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