Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50197 > unrolled thread
| Started by | saadharana <saadharana@gmail.com> |
|---|---|
| First post | 2013-07-08 21:55 -0700 |
| Last post | 2013-07-10 12:44 +1000 |
| Articles | 11 — 6 participants |
Back to article view | Back to comp.lang.python
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
| From | saadharana <saadharana@gmail.com> |
|---|---|
| Date | 2013-07-08 21:55 -0700 |
| Subject | crack a router passcode |
| Message-ID | <mailman.4418.1373345779.3114.python-list@python.org> |
I need to crack my router passcode to see what firmware it's running. There's a passcode set but I don't remember it and it's not written down anywhere. ----- used computers in chennai -- View this message in context: http://python.6.x6.nabble.com/crack-a-router-passcode-tp5024180.html Sent from the Python - python-list mailing list archive at Nabble.com.
[toc] | [next] | [standalone]
| From | Neil Cerutti <neilc@norwich.edu> |
|---|---|
| Date | 2013-07-09 12:08 +0000 |
| Message-ID | <b42cqrF56csU1@mid.individual.net> |
| In reply to | #50197 |
On 2013-07-09, saadharana <saadharana@gmail.com> wrote: > I need to crack my router passcode to see what firmware it's > running. There's a passcode set but I don't remember it and > it's not written down anywhere. No you don't. If it's your router and you forgot the password just reset it to factory defaults and reconfigure. -- Neil Cerutti
[toc] | [prev] | [next] | [standalone]
| From | Ferrous Cranus <nikos@superhost.gr> |
|---|---|
| Date | 2013-07-09 16:23 +0300 |
| Message-ID | <krh2t1$n9$1@news.grnet.gr> |
| In reply to | #50234 |
Στις 9/7/2013 3:08 μμ, ο/η Neil Cerutti έγραψε: > On 2013-07-09, saadharana <saadharana@gmail.com> wrote: >> I need to crack my router passcode to see what firmware it's >> running. There's a passcode set but I don't remember it and >> it's not written down anywhere. > > No you don't. If it's your router and you forgot the password > just reset it to factory defaults and reconfigure. Of course he can do what as you have said, but lets assume it was he router and had no reset button. 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? -- What is now proved was at first only imagined!
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-07-09 23:32 +1000 |
| Message-ID | <mailman.4450.1373376782.3114.python-list@python.org> |
| In reply to | #50241 |
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
[toc] | [prev] | [next] | [standalone]
| From | Neil Cerutti <neilc@norwich.edu> |
|---|---|
| Date | 2013-07-09 14:15 +0000 |
| Message-ID | <b42k81F6pl3U1@mid.individual.net> |
| In reply to | #50244 |
On 2013-07-09, Chris Angelico <rosuav@gmail.com> wrote: > 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. FRANK DREBBIN Yes... I know that. Now. -- Neil Cerutti
[toc] | [prev] | [next] | [standalone]
| From | Ferrous Cranus <nikos@superhost.gr> |
|---|---|
| Date | 2013-07-09 17:26 +0300 |
| Message-ID | <krh6je$7c4$1@news.grnet.gr> |
| In reply to | #50244 |
Στις 9/7/2013 4:32 μμ, ο/η Chris Angelico έγραψε: > 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 Seems a real person that responds back, why do you say its a spambot? How is is able to reply if it it one? -- What is now proved was at first only imagined!
[toc] | [prev] | [next] | [standalone]
| From | Dave Angel <davea@davea.name> |
|---|---|
| Date | 2013-07-09 10:46 -0400 |
| Message-ID | <mailman.4454.1373381214.3114.python-list@python.org> |
| In reply to | #50250 |
On 07/09/2013 10:26 AM, Ferrous Cranus wrote: > Στις 9/7/2013 4:32 μμ, ο/η Chris Angelico έγραψε: >> 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 > > Seems a real person that responds back, why do you say its a spambot? > How is is able to reply if it it one? > Certainly spambots can reply to messages, and some even seem fairly credible while spouting nonsense. But this OP is nothing of the sort. Two aliases recently, saishreemathi saadharana neither of which has done ANY replies that I can see on comp.lang.python -- DaveA
[toc] | [prev] | [next] | [standalone]
| From | Ferrous Cranus <nikos@superhost.gr> |
|---|---|
| Date | 2013-07-09 19:06 +0300 |
| Message-ID | <krhcel$o1n$1@news.grnet.gr> |
| In reply to | #50252 |
Στις 9/7/2013 5:46 μμ, ο/η Dave Angel έγραψε: > On 07/09/2013 10:26 AM, Ferrous Cranus wrote: >> Στις 9/7/2013 4:32 μμ, ο/η Chris Angelico έγραψε: >>> 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 >> >> Seems a real person that responds back, why do you say its a spambot? >> How is is able to reply if it it one? >> > > Certainly spambots can reply to messages, and some even seem fairly > credible while spouting nonsense. > > But this OP is nothing of the sort. Two aliases recently, > > saishreemathi > saadharana > > neither of which has done ANY replies that I can see on comp.lang.python > > What is the reason of a spambot? Spam a usenet forum to gain what? -- What is now proved was at first only imagined!
[toc] | [prev] | [next] | [standalone]
| From | Dave Angel <davea@davea.name> |
|---|---|
| Date | 2013-07-09 16:59 -0400 |
| Message-ID | <mailman.4470.1373403584.3114.python-list@python.org> |
| In reply to | #50259 |
On 07/09/2013 12:06 PM, Ferrous Cranus wrote:
<SNIP>
>>
> What is the reason of a spambot? Spam a usenet forum to gain what?
>
Spam is unsolicited advertising. A bot is a robot, or other automated
device. So Spambots on a usenet newsgroup send apparently innocent
questions that also contain links to their websites, or the trash
they're pushing. Somebody here claimed that the trash got stripped from
the message before it went out to us.
All I know is it was obvious that there were about 8 spam messages, and
so I ignored them. They were from one email address (then two), and in
rapid succession, and none of them asked anything relevant to this
newsgroup. To others it wasn't so obvious, and numerous people have
wasted time responding to them.
--
DaveA
[toc] | [prev] | [next] | [standalone]
| From | alex23 <wuwei23@gmail.com> |
|---|---|
| Date | 2013-07-10 13:18 +1000 |
| Message-ID | <krijei$cou$1@dont-email.me> |
| In reply to | #50272 |
On 10/07/2013 6:59 AM, Dave Angel wrote: > On 07/09/2013 12:06 PM, Ferrous Cranus wrote: >> What is the reason of a spambot? Spam a usenet forum to gain what? > > All I know is it was obvious that there were about 8 spam messages, and > so I ignored them. They were from one email address (then two), and in > rapid succession, and none of them asked anything relevant to this > newsgroup. To others it wasn't so obvious, and numerous people have > wasted time responding to them. Oh, the irony.
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-07-10 12:44 +1000 |
| Message-ID | <mailman.4489.1373443479.3114.python-list@python.org> |
| In reply to | #50259 |
On Wed, Jul 10, 2013 at 6:59 AM, Dave Angel <davea@davea.name> wrote: > On 07/09/2013 12:06 PM, Ferrous Cranus wrote: > > <SNIP> > >>> >> What is the reason of a spambot? Spam a usenet forum to gain what? >> > > Spam is unsolicited advertising. A bot is a robot, or other automated > device. So Spambots on a usenet newsgroup send apparently innocent > questions that also contain links to their websites, or the trash they're > pushing. Somebody here claimed that the trash got stripped from the message > before it went out to us. Yeah. The bottom of the original message had these words: "used computers in chennai". The most likely reason for that is that there was an <a href> around that, which got stripped at some point (maybe the post got converted from HTML to plain text somewhere). So these postings are being approximately useless, and will hopefully eventually stop. ChrisA
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web