This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 222
Release Notes
Lee Baird edited this page Jan 7, 2021
·
7 revisions
Initial release.
Code rewrite from PowerShell to C# to add flexibility.
Multi threads and multiple shell now sync.
Payload generator supports exe.
Custom response headers added.
Bug fix.
Auto install dependencies on first run.
Bug fix.
Integration of the web interface.
Fixed the coding style (tab vs space). It's not standardized using tabs.
Bug fix.
Getting rid of MySQL. ThunderShell only need Redis now even for the syncing.
Bug fix.
Fixed payload fetch method from the GUI.
What changed:
* Moved from Python v2 to v3.
* Minor GUI change (server info is now in a box instead of top bar).
* New screenshot features for the client.
* All logs can now be viewed from the View Logs feature.
* Removed splash message at initiation (tested on Ubuntu 18.0.4 & Kali).
Known issues:
* 4k monitor not fully captured when using screenshot.
* Multiple monitors not always captured with screenshot. Not sure why (line 64@85 in stager.cs).
* When multiple instances of the client are running on a victim machine, the keylogger seems to send data sporadically.
Fixed CSS issues.
Fixed shell command issues.
Code cleaning. Still a lot to be cleaned.
Fixing bug in the command parser.