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


Groups > comp.lang.python > #63920 > unrolled thread

python adsl script

Started byngangsia akumbo <ngangsia@gmail.com>
First post2014-01-14 09:27 -0800
Last post2014-01-14 22:48 +0100
Articles 4 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  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

#63920 — python adsl script

Fromngangsia akumbo <ngangsia@gmail.com>
Date2014-01-14 09:27 -0800
Subjectpython adsl script
Message-ID<69acfb5b-4cb2-4751-a20d-ae25e39ec471@googlegroups.com>
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.

[toc] | [next] | [standalone]


#63921

FromDenis McMahon <denismfmcmahon@gmail.com>
Date2014-01-14 17:30 +0000
Message-ID<lb3s7l$adc$2@dont-email.me>
In reply to#63920
On Tue, 14 Jan 2014 09:27:07 -0800, ngangsia akumbo wrote:

> what about a python script that can retrieve my entire isp setting from
> my adsl router.

> Any ideas

This is probably possible using telnet, so it should be possible to do it 
over a socket interface, yes.

> 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.

We are not your familiy's tech support group. Nor will we write your code 
from scratch for you.

I suggest you learn to google. There are plenty of tools out there that 
can be used to reset passwords on various operating systems.

-- 
Denis McMahon, denismfmcmahon@gmail.com

[toc] | [prev] | [next] | [standalone]


#63923

FromStephane Wirtel <stephane@wirtel.be>
Date2014-01-14 18:37 +0100
Message-ID<mailman.5468.1389721070.18130.python-list@python.org>
In reply to#63921

+1

> On 14 janv. 2014, at 06:30 PM, Denis McMahon <denismfmcmahon@gmail.com> wrote:
> 
>> On Tue, 14 Jan 2014 09:27:07 -0800, ngangsia akumbo wrote:
>> 
>> what about a python script that can retrieve my entire isp setting from
>> my adsl router.
> 
>> Any ideas
> 
> This is probably possible using telnet, so it should be possible to do it 
> over a socket interface, yes.
> 
>> 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.
> 
> We are not your familiy's tech support group. Nor will we write your code 
> from scratch for you.
> 
> I suggest you learn to google. There are plenty of tools out there that 
> can be used to reset passwords on various operating systems.
> 
> -- 
> Denis McMahon, denismfmcmahon@gmail.com
> -- 
> https://mail.python.org/mailman/listinfo/python-list

[toc] | [prev] | [next] | [standalone]


#63948

FromAdnan Sadzak <sadzak@gmail.com>
Date2014-01-14 22:48 +0100
Message-ID<mailman.5483.1389736134.18130.python-list@python.org>
In reply to#63920

[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
>

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web