Author Topic: [QUESTION] Plain Text Attack  (Read 4184 times)

0 Members and 3 Guests are viewing this topic.

Offline VoidAccess

  • /dev/null
  • *
  • Posts: 6
  • Cookies: -1
    • View Profile
[QUESTION] Plain Text Attack
« on: January 14, 2012, 08:33:50 am »
I have found a password zip file and also obtained a unencrypted file that exists within the .zip file. I heard that PKCrack could get the password using this method, however, when I looked around, I could not find a 64 bit version. I also looked around for the algorithm to this method of attacking, but could only find the open source which is in language I could not read. If anyone knows another program that is 64 bit compatible or the algorithm so I could code my own in C++ or Python. Or even a better way to go about getting the password to this zip file. I know that the password should be 6 characters or less and have attempted a md5 hash brute force using ighashgpu but it failed.

*P.S.* The file is from www.hackthissite.org realistic mission 15 and everyone says to use PKCrack! If you want to take look I'll attach the files.

backup.zip = password zip
index.zip = compressed unencrypted file at 1245 size which is said to be needed


Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: [QUESTION] Plain Text Attack
« Reply #1 on: January 14, 2012, 09:34:48 am »
I don't get it... if there is only a 32bit version, then use an OS that is 32bits? You have 64bit, so install a VM or get some live CD bro.
You are just not thinking out of the box.

Offline VoidAccess

  • /dev/null
  • *
  • Posts: 6
  • Cookies: -1
    • View Profile
Re: [QUESTION] Plain Text Attack
« Reply #2 on: January 14, 2012, 10:18:33 pm »
I don't get it... if there is only a 32bit version, then use an OS that is 32bits? You have 64bit, so install a VM or get some live CD bro.
You are just not thinking out of the box.

Ok...thanks for obvious answer but I want to be able to do it without changing the OS

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: [QUESTION] Plain Text Attack
« Reply #3 on: January 14, 2012, 11:02:47 pm »
Didn't you read what I wrote to the end? Get a VM (Virtual Machine).

Offline VoidAccess

  • /dev/null
  • *
  • Posts: 6
  • Cookies: -1
    • View Profile
Re: [QUESTION] Plain Text Attack
« Reply #4 on: January 14, 2012, 11:06:26 pm »
Didn't you read what I wrote to the end? Get a VM (Virtual Machine).

Ok I dont know how to make this any more clear than without using a different OS i have VM already. I have password to the files already. I want to be able to do it for 64bit so i was wondering if there was program similar or if you know the algorithm.

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: [QUESTION] Plain Text Attack
« Reply #5 on: January 15, 2012, 12:11:24 pm »
The PKCrack website itself provides a link to the paper of the algorithm: ftp://utopia.hacktic.nl/pub/crypto/cracking/pkzip.ps.gz
Read this and write your own cracker, if you don't want to use a VM.

Offline VoidAccess

  • /dev/null
  • *
  • Posts: 6
  • Cookies: -1
    • View Profile
Re: [QUESTION] Plain Text Attack
« Reply #6 on: January 15, 2012, 10:26:49 pm »
The PKCrack website itself provides a link to the paper of the algorithm: ftp://utopia.hacktic.nl/pub/crypto/cracking/pkzip.ps.gz
Read this and write your own cracker, if you don't want to use a VM.

Yah I seen that but I could not read it one bit. Do you know a place i can learn to read it

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: [QUESTION] Plain Text Attack
« Reply #7 on: January 16, 2012, 12:28:48 am »
I compiled pkcrack using gcc-mingw-w64. they run on my win7-64 box. Give it a try.

http://www.mediafire.com/?28yo2xz4p4teibu
« Last Edit: January 16, 2012, 01:28:47 am by xzid »

Offline VoidAccess

  • /dev/null
  • *
  • Posts: 6
  • Cookies: -1
    • View Profile
Re: [QUESTION] Plain Text Attack
« Reply #8 on: January 16, 2012, 01:57:10 am »
I compiled pkcrack using gcc-mingw-w64. they run on my win7-64 box. Give it a try.

http://www.mediafire.com/?28yo2xz4p4teibu

thanks :->