Mr-Un1k0d3r / ThunderShell

Python / C# Unmanaged PowerShell based RAT
Other
772 stars 223 forks source link

binascii.Error: Incorrect padding #34

Closed Comanio00 closed 5 years ago

Comanio00 commented 5 years ago

Hey. After starting the program and launching the payload, I enter the command for the test ls c: \, an error appears.

Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/home/alex/tools/ThunderShell/core/sync.py", line 66, in start_cmd_sync_thread guid = sync.get_cmd_output(guid) File "/home/alex/tools/ThunderShell/core/sync.py", line 38, in get_cmd_output data = b64decode(self.redis.get_data(item)).decode() File "/usr/lib/python3.6/base64.py", line 87, in b64decode return binascii.a2b_base64(s) binascii.Error: Incorrect padding