Fix smbexec.py decode error

main
mpgn 2020-04-22 11:04:22 -04:00
parent 84222eb001
commit f19f137b0d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class SMBEXEC:
return self.__outputBuffer
def output_callback(self, data):
self.__outputBuffer += data.decode("utf-8")
self.__outputBuffer += data
def execute_fileless(self, data):
self.__output = gen_random_string(6)