Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50244
| 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 | <rosuav@gmail.com> |
| 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 | <krh2t1$n9$1@news.grnet.gr> |
| References | <mailman.4418.1373345779.3114.python-list@python.org> <b42cqrF56csU1@mid.individual.net> <krh2t1$n9$1@news.grnet.gr> |
| Date | Tue, 9 Jul 2013 23:32:53 +1000 |
| Subject | Re: crack a router passcode |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4450.1373376782.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Tue, Jul 9, 2013 at 11:23 PM, Ferrous Cranus <nikos@superhost.gr> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
crack a router passcode saadharana <saadharana@gmail.com> - 2013-07-08 21:55 -0700
Re: crack a router passcode Neil Cerutti <neilc@norwich.edu> - 2013-07-09 12:08 +0000
Re: crack a router passcode Ferrous Cranus <nikos@superhost.gr> - 2013-07-09 16:23 +0300
Re: crack a router passcode Chris Angelico <rosuav@gmail.com> - 2013-07-09 23:32 +1000
Re: crack a router passcode Neil Cerutti <neilc@norwich.edu> - 2013-07-09 14:15 +0000
Re: crack a router passcode Ferrous Cranus <nikos@superhost.gr> - 2013-07-09 17:26 +0300
Re: crack a router passcode Dave Angel <davea@davea.name> - 2013-07-09 10:46 -0400
Re: crack a router passcode Ferrous Cranus <nikos@superhost.gr> - 2013-07-09 19:06 +0300
Re: crack a router passcode Dave Angel <davea@davea.name> - 2013-07-09 16:59 -0400
Re: crack a router passcode alex23 <wuwei23@gmail.com> - 2013-07-10 13:18 +1000
Re: crack a router passcode Chris Angelico <rosuav@gmail.com> - 2013-07-10 12:44 +1000
csiph-web