Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.149 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.76; '*S*': 0.06; 'http': 0.09; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'input': 0.22; 'handles': 0.22; 'certainly': 0.24; 'login': 0.25; 'pass': 0.26; 'values': 0.27; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'guess': 0.33; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'simple': 0.61; 'response.': 0.68; 'jul': 0.74; 'url:php': 0.85; 'boxes': 0.91; 'url:login': 0.93; '2013': 0.98 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 :content-type; bh=OozaXpbhCHhQnyJA9MvJv7bKZ10CUEskrDvqpiUQwP0=; b=OFnLwD26x1FyAkdTQPebr0Sjc6Fp/6roedNWgQrkCzL70ekva/9KyJoWsBbWOdRy8G Mt7rxRzP/ZOoM3kjHWaIyz5oWzTdAIdA1Hr5K7n1T7f23A2YmeQ2c314ABfVd8y1ISIO NEtlsXr84COuwfQfIjzkTz7uzlLWeadUGRd+t0JXdslSjFE8SP8mz1dcsX107W0Zhfz3 4+r25KoHDUjCPaQCRz5SoriXIgWTr5Q26yOgVK83yilPcAX0yu0fjHCfLrFm8o7GCuIB 2X/++3omh3/wcmigv3OIgk6YzIrYUfpewunROcBgmWUvjbQVV2tXPUC0zx5WhOvFbwDG y7rw== MIME-Version: 1.0 X-Received: by 10.58.223.238 with SMTP id qx14mr16106340vec.98.1373376773995; Tue, 09 Jul 2013 06:32:53 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Jul 2013 23:32:53 +1000 Subject: Re: crack a router passcode From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373376782 news.xs4all.nl 15955 [2001:888:2000:d::a6]:36075 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50244 On Tue, Jul 9, 2013 at 11:23 PM, Ferrous Cranus wrote: > Could python somehow brute force http://192.168.1.1/login.php giving user > and pass trying to guess the password? > > Could it be able to pass values to the input boxes of router's web login > interface? It certainly could. It's just simple HTTP requests, which Python handles admirably. But this request was sent by a spambot and doesn't need a response. ChrisA