Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 460066
Collapse All | Expand All

(-)coret_std_unix.py.old (-1 / +1 lines)
Lines 39-45 Link Here
39
            
39
            
40
            log.msg("Saved the file",directory + filename," requested by the attacker.")
40
            log.msg("Saved the file",directory + filename," requested by the attacker.")
41
    except:
41
    except:
42
		log.msg('Error downloading file %s request by attacker. %s' % (url,sys.exc_info()[1]))
42
        log.msg('Error downloading file %s request by attacker. %s' % (url,sys.exc_info()[1]))
43
        #log.msg("Error downloading file",url,"request by attacker.",sys.exc_info()[1])
43
        #log.msg("Error downloading file",url,"request by attacker.",sys.exc_info()[1])
44
44
45
def wget(params):
45
def wget(params):
(-)coret_honey.py.old (-1 / +1 lines)
Lines 104-110 Link Here
104
        # Patch from Nicolas Surribas to fix bug 1463713
104
        # Patch from Nicolas Surribas to fix bug 1463713
105
        #
105
        #
106
        #transport.write(FAKE_SHELL+ data.split(" ")[0] + ": " + FAKE_DENIED)
106
        #transport.write(FAKE_SHELL+ data.split(" ")[0] + ": " + FAKE_DENIED)
107
		transport.write(data.split(" ")[0] + ": " + FAKE_DENIED+'')
107
        transport.write(data.split(" ")[0] + ": " + FAKE_DENIED+'')
108
    else:
108
    else:
109
        if data == "":
109
        if data == "":
110
            return 0
110
            return 0

Return to bug 460066