|
|
Message-ID: <16396.108.4.189.78.1339775547.squirrel@webmail.tuffmail.net>
Date: Fri, 15 Jun 2012 11:52:27 -0400 (EDT)
From: "Brad Tilley" <brad@...ystems.com>
To: john-users@...ts.openwall.com
Subject: Re: Re: Using Twitter to build password cracking
wordlist
> Hi,
>
> Thank you for this script, i just make an try ( i am on Mac OSX Lion )
>
> & got this error , oncel i run : ./twitter.py
>
> *********
> -bash: ./twitter.py: /usr/bin/python^M: bad interpreter:
> No such file or directory
>
> ********
Looks like a Windows line ending issue. Replace all ^M with "". Something
like this in vim ought to do it:
:%s/^M//g
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.