Downloading/Saving to a Directory

2013-11-28 Thread TheRandomPast .
Hi, I've created a script that allows me to see how many images are on a webpage and their URL however now I want to download all .jpg images from this website and save them onto my computer. I've never done this before and I've become a little confused as to where I should go next. Can some kind

Re: Cracking hashes with Python

2013-11-27 Thread TheRandomPast .
Hi, So apparently when I've been staring at code all day and tired my brain doesn't tell my hands to type half of what I want it to. I apologise for my last post. This is my code; import md5 import sys characters=range(48,57)+range(65,90)+range(97,122) def chklength(hash): if len(hash) !=

Re: Cracking hashes with Python

2013-11-26 Thread TheRandomPast
...@pearwood.info Subject: Re: Cracking hashes with Python Date: Tue, 26 Nov 2013 02:55:58 + To: pytho...@python.org On Mon, 25 Nov 2013 15:32:41 -0800, TheRandomPast wrote: Hi, I have a school project to do where I've to download MD5 Hashes from a particular website and write

Re: Cracking hashes with Python

2013-11-26 Thread TheRandomPast .
: On Tue, Nov 26, 2013 at 9:30 PM, TheRandomPast wishingfor...@gmail.com wrote: and I've started the second part, the part to crack them. If anyone could tell me where I'd find more information on this subject and how to crack them that would be great. As I print them on screen I was thinking I

Re: Cracking hashes with Python

2013-11-26 Thread TheRandomPast .
this is because it's not picking up my file but I can't see why it shouldn't? On Tue, Nov 26, 2013 at 1:00 PM, Robert Kern robert.k...@gmail.com wrote: On 2013-11-26 10:30, TheRandomPast wrote: and I've started the second part, the part to crack them. If anyone could tell me where I'd find more

Re: Cracking hashes with Python

2013-11-26 Thread TheRandomPast .
Thanks. I'll take that on board and let you know how I get on. Thanks for all your help. On Tue, Nov 26, 2013 at 2:46 PM, Chris Angelico ros...@gmail.com wrote: On Wed, Nov 27, 2013 at 1:18 AM, TheRandomPast . wishingfor...@gmail.com wrote: This is my code. I hope it looks better? I'm

Re: Cracking hashes with Python

2013-11-26 Thread TheRandomPast .
! ...(Almost) My chklength isn't working. Can anyone see why not? I'm stumped. On Tue, Nov 26, 2013 at 6:17 PM, Denis McMahon denismfmcma...@gmail.comwrote: On Tue, 26 Nov 2013 02:30:03 -0800, TheRandomPast wrote: for value in values: print value ..^^^ so change

Cracking hashes with Python

2013-11-25 Thread TheRandomPast
Hi, I have a school project to do where I've to download MD5 Hashes from a particular website and write a code that will crack them. Does anyone know where I'll find out more information on how to do this? There's only 4 hashes that I need to do so it doesn't have to be a large script just

Re: Cracking hashes with Python

2013-11-25 Thread TheRandomPast
On Monday, 25 November 2013 23:47:52 UTC, Chris Angelico wrote: On Tue, Nov 26, 2013 at 10:32 AM, TheRandomPast wrote: I have a school project to do where I've to download MD5 Hashes from a particular website and write a code that will crack them. Does anyone know where I'll find out

Web Page Parsing/Downloading

2013-11-22 Thread TheRandomPast
Hi. I'm self taught at Python and I used http://www.codecademy.com/ to learn which was great help i must say but now, I'm attempting it all on my own and need a little help? I have three scripts and this is what I'm trying to do with them; Download from webpage Parse Links from Page Output