Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Release Notes

Mr.Un1k0d3r edited this page Mar 2, 2019 · 7 revisions

Version 1.0.0

Initial release

Version 2.0.0 (10/12/2018)

code rewrite from powershell to C# to add flexibility
multi threads and multiple shell now sync

Version 2.0.1 (11/12/2018)

payload generator support exe
custom response headers added

Version 2.0.2 (11/12/2018)

bug fix
auto install dependencies on first run

Version 2.1.0 (26/12/2018)

bug fix
integration of the web interface
fixing coding style (tab vs space). It's not standardized using tabs

Version 2.1.1 (08/01/2019)

bug fix
getting rid of MySQL. ThunderShell only need redis now even for the syncing

Version 2.1.2 (11/01/2019)

bug fix
fixed payload fetch method from the GUI.

Version 3.0.0 (04/02/2019)

What changed:

* Moved from python2 to python3
* Minor GUI change (Server info are now in a box instead of top bar)
* New screenshot features for 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 issue:

* 4k monitor not fully captured when using the screenshot
* Multiple monitors not always captured by the screenshot not sure why (line 64@85 in stager.cs)
* When multiple instance of the client is running on a victim machine the key-logger seems to send data sporadically

Version 3.1.0 (02/03/2019)

Fixed CSS issues
Fixed shell command issues
Code cleaning (still a lot to be clean)
Clone this wiki locally