[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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
Powered by Openwall GNU/*/Linux -
Powered by OpenVZ