You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original source code for the "RainDoll" implant was written by Josh Lospinoso (@jalospinoso) and can be found here: https://github.com/JLospinoso/cpp-implant
The changes made to the original source code can be described as follows:
- 2020-12-05:
- Make requests with C++ Requests (https://github.com/whoshuu/cpr) and consume JSON with JSON for Modern C++ (https://github.com/nlohmann/json)
- Removal of various implant tasks (ListTask, GetTask, DeleteTask, PutTask)