A remote trolling software mainly intended for Tech Support Scammers.
This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2016-07-17 13:36:16 +02:00
TrollRAT Scripting support 2016-07-17 13:36:16 +02:00
TrollRATActions Add plugin support 2016-07-16 13:11:54 +02:00
TrollRATNative Implement PayloadSettingSelect & add more options to some payloads 2016-07-16 20:10:32 +02:00
TrollRATPayloads Implement PayloadSettingSelect & add more options to some payloads 2016-07-16 20:10:32 +02:00
.gitignore Initial commit 2016-07-13 16:26:24 +02:00
LICENSE Initial commit 2016-07-13 16:26:24 +02:00
README.md Add Roadmap link to README 2016-07-15 08:26:10 +02:00
Roadmap.md Scripting support 2016-07-17 13:36:16 +02:00
TrollRAT.sln Add plugin support 2016-07-16 13:11:54 +02:00

TrollRAT

TrollRAT is a Remote Administration Tool (RAT) which follows a different approach than the other RATs. TrollRAT is not made for data stealing, full control or other bad things. It is just made for trolling. There are several rules I follow during the development:

  • It has no native client, everything is controlled in a web browser.
  • All features should be useful for trolling and not for abusing machines or stealing data.
  • Simple API for adding new payloads and integrating them into the Web GUI.
  • The base is written in C#, it also contains a native DLL written in C++ for the payloads that use lots of WinAPIs, need function pointers etc.

I started development, because some people asked me to modify the clean version of MEMZ to be hidden in order to troll tech support scammers. So I thought about a remote controllable version of it. I then thought I should make a whole new project just for trolling which makes it easier to add new payloads without changing MEMZ base concept.

If you want to know what is planned and what already works, look at the Roadmap.