Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.046 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'attack.': 0.09; 'cc:addr :python-list': 0.11; 'exactly?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:log': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; 'subject:website': 0.31; 'subject:with': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'pm,': 0.38; "you're": 0.61; 'to:addr:gmail.com': 0.65; 'mar': 0.68; '11:44': 0.84; 'subject:try': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ITqpR1t8Z8ZV90sKrXKCV4POp+SOABuiKfuP/sVZi7w=; b=sehGGjFCgDo/stu9fTMsyW1r4Ygp+1CGFQLO6Gji1kQBl0NCyiFEPUit3yUWRIeP8f 1LJLI9G764GzJNFah6K0gyXXw3wZaLXnrkStF1wBlT98Z/HlJbot8JF0EEdSf1qxX8uz eZIuH2uWSJnT9fcLbewVsJLmgTGQpyPeVIX83rJYzg434IKvxgvYRoXDMiKlBHlEVg7c p/mFzDD3uPf64UQt9SXlqEV4Lwh3YqfHprzfwo+ZzpMAZGt7f/xDCpL7Qp3VTdLRDadm K/NOpPGdI9+5yk/jIQXeypnh80AR7QGgUceR3Gz6I670VzGkOvKDIrqRTyegDaq5OUuJ X8gg== MIME-Version: 1.0 X-Received: by 10.66.27.202 with SMTP id v10mr5761386pag.127.1393850667353; Mon, 03 Mar 2014 04:44:27 -0800 (PST) In-Reply-To: References: <1177d930-a3c4-4152-818c-33d5172083f8@googlegroups.com> Date: Mon, 3 Mar 2014 23:44:27 +1100 Subject: Re: Iterate through a list and try log in to a website with urllib and re From: Chris Angelico To: Chris Angelico Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 3 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393850675 news.xs4all.nl 2927 [2001:888:2000:d::a6]:44848 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67532 On Mon, Mar 3, 2014 at 11:44 PM, Chris Angelico wrote: > So basically, you're doing a dictionary attack. May I ask why you're > doing this, exactly?