--- coret_std_unix.py.old 2012-12-07 10:02:20.000000000 +0100 +++ coret_std_unix.py 2013-03-04 01:45:29.285301714 +0100 @@ -39,7 +39,7 @@ log.msg("Saved the file",directory + filename," requested by the attacker.") except: - log.msg('Error downloading file %s request by attacker. %s' % (url,sys.exc_info()[1])) + log.msg('Error downloading file %s request by attacker. %s' % (url,sys.exc_info()[1])) #log.msg("Error downloading file",url,"request by attacker.",sys.exc_info()[1]) def wget(params): --- coret_honey.py.old 2012-12-07 07:15:26.000000000 +0100 +++ coret_honey.py 2013-03-04 01:45:36.973301287 +0100 @@ -104,7 +104,7 @@ # Patch from Nicolas Surribas to fix bug 1463713 # #transport.write(FAKE_SHELL+ data.split(" ")[0] + ": " + FAKE_DENIED) - transport.write(data.split(" ")[0] + ": " + FAKE_DENIED+'') + transport.write(data.split(" ")[0] + ": " + FAKE_DENIED+'') else: if data == "": return 0