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-08-03 12:36:37 +02:00
Crasher Project Config changes 2016-07-20 16:12:05 +02:00
Scripts Add randomizer script 2016-07-22 09:16:35 +02:00
TrollRAT Fix Auto-Scrolling in Web GUI 2016-08-03 12:36:37 +02:00
TrollRATActions Fix dumb bug 2016-07-20 16:13:48 +02:00
TrollRATNative Add Bar Distance setting to MeltingScreen 2016-07-20 17:02:23 +02:00
TrollRATPayloads Add Bar Distance setting to MeltingScreen 2016-07-20 17:02:23 +02:00
.gitignore Project Config changes 2016-07-20 16:12:05 +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 Add Basic Upload Support 2016-08-03 10:50:41 +02:00
TrollRAT.sln Project Config changes 2016-07-20 16:12:05 +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.