Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: Socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM, socket.SOL_TCP) Socket.connect((RandomHost2, 10033)) dupped = '<dup />\0' Socket.send(dupped) uPacket = Socket.recv(1024) print uPacket Login = '<login username="dup" password="dup" />\0' Socket.send(Login) uPacket2 = Socket.recv(1024) print uPacket2 Login2 = '<d />\0' Socket.send(Login2) uPacket3 = Socket.recv(1024) print uPacket3 Socket.close() Packet() def xmlArray(xml): array = dict Source: http://pastebin.com/raw.php?i=4QWbSMZm
↧