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


Groups > comp.lang.python > #51713

Re: script to Login a website

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!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.065
X-Spam-Evidence '*H*': 0.87; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'skip:/ 10': 0.09; 'subject:script': 0.09; '>the': 0.16; 'aegis': 0.16; 'detects': 0.16; 'i.e': 0.16; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wed,': 0.18; 'trying': 0.19; "aren't": 0.24; 'url:home': 0.24; 'file.': 0.24; 'environment': 0.24; "i've": 0.25; 'gets': 0.27; 'header:X-Complaints-To:1': 0.27; 'code': 0.31; 'subject:website': 0.31; 'file': 0.32; 'could': 0.34; 'passwords': 0.36; 'next': 0.36; 'charset:us- ascii': 0.36; 'to:addr:python-list': 0.38; 'does': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'received:org': 0.40; 'eventually': 0.60; 'hope': 0.61; 'break': 0.61; 'times': 0.62; 'email addr:gmail.com': 0.63; 'name': 0.63; 'account': 0.65; 'corporate': 0.67; 'flash': 0.69; 'secure': 0.71; 'jul': 0.74; 'account.': 0.80; 'failures.': 0.84; '{bad': 0.84; 'received:108': 0.93; '2013': 0.98
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: script to Login a website
Date Wed, 31 Jul 2013 22:57:28 -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>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-108-79-217-96.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
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.63.1375325859.1251.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375325859 news.xs4all.nl 15891 [2001:888:2000:d::a6]:41400
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51713

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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