Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63948

Re: python adsl script

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <sadzak@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.027
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'protocols.': 0.09; 'subject:script': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'cheers': 0.12; 'jan': 0.12; 'password,': 0.16; 'ssh,': 0.16; 'telnet,': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'email addr:gmail.com&gt;': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'login': 0.25; 'script': 0.25; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'code': 0.31; 'says': 0.33; 'url:python': 0.33; '(most': 0.33; 'maybe': 0.34; 'problem.': 0.35; 'but': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'url:listinfo': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'list': 0.37; 'implement': 0.38; 'problems': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'easy': 0.60; 'solve': 0.60; 'entire': 0.61; 'you.': 0.62; 'to:addr:gmail.com': 0.65; 'yourself': 0.78; 'account.': 0.80
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=z7+tiTlCO9SsLYNBLYPISb/SVOtUqiUSp7qlttfJeUA=; b=kFiaav+w7xos7UmFszBTXG4Aw/7PgOKD1S/+voXusKpSAiMNlkceT2UU7xuFluf8VW k5NK8ydURydxt96iJuzqJ9F3vJ6fvWHOmUUomTXmydOXGoNSgzI0+8Hsx5YF9J5CHoUX Zzg/D0r+vmpdXuYkvEltf6vksfp8FHWnegAGolUb1MD3IXswOQNNvf3rIZsoiTsswS/z d+jMfd3R0+MD8gDbAV8Qw9RAZnN+peOjy1alU/xQ0fSj/dp8TXxksNYOr/yYE1HrNTAw JO64GgOoKbMwbi37QSxvoaEmRLMLUppxNxToHDX1mhQ0NhJZLX7otD1i3N4MSffQowcI AOpw==
MIME-Version 1.0
X-Received by 10.15.86.75 with SMTP id h51mr4887058eez.44.1389736119894; Tue, 14 Jan 2014 13:48:39 -0800 (PST)
In-Reply-To <69acfb5b-4cb2-4751-a20d-ae25e39ec471@googlegroups.com>
References <69acfb5b-4cb2-4751-a20d-ae25e39ec471@googlegroups.com>
Date Tue, 14 Jan 2014 22:48:39 +0100
Subject Re: python adsl script
From Adnan Sadzak <sadzak@gmail.com>
To ngangsia akumbo <ngangsia@gmail.com>
Content-Type multipart/alternative; boundary=089e0160d186c208a504eff52786
Cc python-list <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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5483.1389736134.18130.python-list@python.org> (permalink)
Lines 65
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1389736134 news.xs4all.nl 2914 [2001:888:2000:d::a6]:55249
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63948

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,

You need to find out what communication type your router supports (most use
telnet, ssh, or http). It is easy to implement
solution using any of these protocols. If You have problems in
implementation, maybe we can help You, but will not write code for You.

For password..khm...as Denis says use google.
You can start with some questions to yourself and google:  What password?
Bios, boot loader, OS...?
No1 will do this for You and this is not list for that type of questions.

Cheers




On Tue, Jan 14, 2014 at 6:27 PM, ngangsia akumbo <ngangsia@gmail.com> wrote:

> what about a python script that can retrieve my entire isp setting from my
> adsl router.
>
> Any ideas
>
> Also my grand mother forget her computer password, she can only login
> through the guest account. what about a script that can solve that problem.
> --
> https://mail.python.org/mailman/listinfo/python-list
>

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

python adsl script ngangsia akumbo <ngangsia@gmail.com> - 2014-01-14 09:27 -0800
  Re: python adsl script Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-14 17:30 +0000
    Re: python adsl script Stephane Wirtel <stephane@wirtel.be> - 2014-01-14 18:37 +0100
  Re: python adsl script Adnan Sadzak <sadzak@gmail.com> - 2014-01-14 22:48 +0100

csiph-web