Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51713
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: script to Login a website |
| Date | 2013-07-31 22:57 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <ece5f6b0-16da-4c3a-83d1-6340cb10cb9d@googlegroups.com> <ktbdj7$im2$1@reader1.panix.com> <0bf56e63-a6d3-4c7a-a4e9-642351081311@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.63.1375325859.1251.python-list@python.org> (permalink) |
On Wed, 31 Jul 2013 09:50:45 -0700 (PDT), wachkama@gmail.com declaimed the
following:
>let me answer your questions
>the user.txt file has one user name on each line and so does the password.txt. with this in mind each user will attempt to log in with all the passwords on password.txt file. when it gets to the end of the line it will go to the next user in users.txt and do the same i.e attempt to log in with all the passwords in the file.
I sure hope you aren't trying to access a site that detects failed
logins and eventually locks the account after /n/-consecutive failures.
Trying lots of passwords with a single "username" could look very much
like a mechanized attempt to break into the account. {Bad enough I've got a
flash drive that will lock up if I miskey the unlock code 10 times in a
row; paranoia at work in the corporate environment -- cf: Apricorn Aegis
Secure Key}
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
script to Login a website wachkama@gmail.com - 2013-07-31 08:33 -0700
Re: script to Login a website John Gordon <gordon@panix.com> - 2013-07-31 16:21 +0000
Re: script to Login a website wachkama@gmail.com - 2013-07-31 09:50 -0700
Re: script to Login a website Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-07-31 22:57 -0400
Re: script to Login a website Dave Angel <davea@davea.name> - 2013-08-01 12:59 +0000
Re: script to Login a website Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-31 16:39 -0400
Re: script to Login a website wachkama@gmail.com - 2013-08-01 06:48 -0700
Re: script to Login a website Dave Angel <davea@davea.name> - 2013-08-01 14:18 +0000
Re: script to Login a website wachkama@gmail.com - 2013-08-01 12:31 -0700
csiph-web