|
Message-ID: <CACk28AVbkE=HSvKDV8z4wmVc-C+173FS8Z-3+2ZudKbUZpzdUQ@mail.gmail.com> Date: Thu, 14 Jun 2012 17:02:14 -0300 From: Noilson Caio <caiogore@...il.com> To: john-users@...ts.openwall.com Subject: Re: Re: Using Twitter to build password cracking wordlist nice. bash#: wget "http://search.twitter.com/search.json?q=futebol&rpp=500" -O futebol bash#: cat futebol | tr -d '"' | tr ',' '\n' | grep -w ^from_user 2012/6/14 Samuele Giovanni Tonon <samu@...uxasylum.net> > On 06/14/12 19:54, Donovan wrote: > > Samuele Giovanni Tonon <samu@...> writes: > > > >> > >> On 06/05/2012 07:46 AM, Solar Designer wrote: > >>> Hi, > >>> > >>> I found this via http://www.reddit.com/r/netsec/ and felt that it's > >>> relevant to this list, especially given that the specific example uses > >>> John the Ripper: > >>> > >>> > > > http://7habitsofhighlyeffectivehackers.blogspot.com.au/2012/05/using-twitter-to-build-password.html > >>> > >>> In general, I'd like folks to start posting this kind of stuff in here, > >>> not just to their blogs. > >> > >> if someone is still interested here's a little python script to write > >> words from twitter. > >> > >> if you specify a good woeid you can even extract them from trend topics. > >> > >> Cheers > >> Samuele > >> > >> Attachment (twitter.py): text/x-python, 2574 bytes > > > > > > 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 > > > > ******** > > > > Maybe i forgot to type some options ? > > > hello, > not at all: program has its defaults so it should work out of the box > but you need to have python installed in your system and be able to run it > > Unfortunately i haven't tested it under osX so i don't know what is the > problem, for what i can see you can try to remove the ^M and fix your > interpreter path and it should work. > > Cheers > Samuele > > -- Noilson Caio Teixeira de Araújo Linux Professional Institute Certification 2 - LPI000182893 Novell Certified Linux Administrator (CLA) - 10111916 Novell Data Center Technical Specialist http://ncaio.ithub.com.br http://br.linkedin.com/in/ncaio http://www.commandlinefu.com/commands/by/ncaio http://www.dicas-l.com.br/autores/noilsoncaioteixeiradearaujo.php
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.