Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Combinator Attack problems with OCLHC2.01
Post: Combinator Attack problems with OCLHC2.01
I read the write-ups about the combinator attack in both the OCLhashcat wiki and the FAQ and am having difficulty getting it to work. I'm working with a pdf hash and can get both dictionarys to wor... |
|
Jiminy |
Old oclHashcat Support
|
4 |
6,344 |
01-11-2016, 11:32 PM |
|
|
Thread: Latest Beta release 3.6.0+268 issue with PDF 1.7
Post: Latest Beta release 3.6.0+268 issue with PDF 1.7
I've downloaded hashcat-3.6.0+268 and am attempting to try to crack the PDF 1.7 hash example listed in the wiki.
My exact command line is:
HC64 -m 10700 -a 0 [copy and pasted the hash example fr... |
|
Jiminy |
hashcat
|
2 |
4,831 |
07-29-2017, 06:40 PM |
|
|
Thread: Prince Processor
Post: Prince Processor
I have been trying to use princeprocessor to attack a pdf hash. It starts up fine but just stops on a blank line.
The command line i'm using is the following:
pp64 < english.dict | hc64 --session=prin... |
|
Jiminy |
hashcat
|
2 |
3,489 |
12-08-2016, 07:38 PM |
|
|
Thread: about using old version
Post: RE: about using old version
Try setting the date back to where v1.37 works. There are numerous helps discussing this in the search utility. . . and also the FAQ.
fos7 Wrote: (05-14-2016, 06:30 AM)
--
I want to ask a ... |
|
Jiminy |
Old oclHashcat Support
|
4 |
6,417 |
05-15-2016, 06:45 PM |
|
|
Thread: Advice on PDF cracking
Post: RE: Advice on PDF cracking
Try doing a search for Cracking password protected PDF documents.
Atom did a nice write-up on how it is done. You'll find out how it's done in his post.
There is also a clip on youtube describing h... |
|
Jiminy |
hashcat
|
1 |
3,755 |
12-15-2016, 02:59 PM |
|
|
Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?
philsmd:
I don't want to hijack this thread, however you mentioned installing nvidia drivers from the nvidia.com site so figured I would add my successes and failures.
I've installed the nvidia ... |
|
Jiminy |
General Help
|
8 |
24,642 |
03-08-2016, 04:58 PM |
|
|
Thread: Combinator Attack problems with OCLHC2.01
Post: RE: Combinator Attack problems with OCLHC2.01
philsmd Wrote: (01-12-2016, 01:25 PM)
--
as epixoip said, you need to escape special symbols on your shell
this has nothing to do with oclHashcat
for instance -j $x won't work, because $x is seen... |
|
Jiminy |
Old oclHashcat Support
|
4 |
6,344 |
01-12-2016, 05:20 PM |
|
|
Thread: cracking a pdf
Post: RE: cracking a pdf
nopofnop Wrote: (05-13-2016, 10:56 PM)
--
Hello,
Total noob :)
So I have a pdf - unable to open without a password. I have zero idea of the length , characters or anything about the password. I kno... |
|
Jiminy |
Old hashcat Support
|
4 |
14,105 |
05-14-2016, 07:32 PM |
|
|
Thread: Getting a weird hash from PDF?
Post: RE: Getting a weird hash from PDF?
Have you tried pdf2hashcat.py ? By the way, posting hashes on the board are not permitted unless directed by one of the administrators. It's in the rules. You risk getting banned for a week. ... |
|
Jiminy |
hashcat
|
2 |
3,261 |
11-10-2017, 10:11 PM |
|
|
Thread: How to run the program to find a hash
Post: RE: How to run the program to find a hash
You're not supposed to post hashes unless authorized by the moderators.
Looks like it told you what the problem is. No openCL drivers loaded.
You probably don't have the correct drivers for your gp... |
|
Jiminy |
hashcat
|
1 |
4,021 |
08-28-2017, 05:03 PM |
|
|
Thread: How to translate the results of Hashcat ?
Post: RE: How to translate the results of Hashcat ?
laulaf,
Try cracking the axcrypt example hash first.
hashcat -m 13200 -a 3 [put example hash or example hash in a .txt file here] ?l?l?l?l?l?l?l -w 3 --status --status-timer=3
to shorten the session ... |
|
Jiminy |
hashcat
|
2 |
5,482 |
08-12-2017, 03:26 PM |
|
|
Thread: I dont know what i did
Post: RE: I dont know what i did
For one, from what I see, you are using -a3, which is for brute forcing and didn't supply a mask. Whatever is in the passwords.txt and hash.txt files, I assume they are the actual file hashes? If... |
|
Jiminy |
hashcat
|
7 |
8,665 |
01-12-2017, 04:05 PM |
|
|
Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list
./hashcat64.bin --stdout -m 100 -a 3 ?d?d?d?d?d?d --markov-disable >stdouttest.txt
sort stdouttest.txt > stdouttest.sorted
The above will work. I just tried it.
The -m 100 is to make it ge... |
|
Jiminy |
hashcat
|
4 |
2,157 |
02-02-2019, 10:36 PM |
|
|
Thread: keyspace changes
Post: RE: keyspace changes
lordneon Wrote: (02-23-2017, 02:03 PM)
--
Hi all,
Has there been any change to "--keyspace" in the latest stable (3.30)?
The exact same command which works on 3.00 does not work in 3.30:
Code... |
|
Jiminy |
hashcat
|
2 |
3,616 |
02-23-2017, 03:36 PM |
|
|
Thread: Latest Beta release 3.6.0+268 issue with PDF 1.7
Post: RE: Latest Beta release 3.6.0+268 issue with PDF 1...
Thank you Atom. Appreciate the response. I applied the "-O" switch and it worked. And yes, I observed the "failed self-test" error message, but didn't know the ramifications.
Thanks again. ... |
|
Jiminy |
hashcat
|
2 |
4,831 |
07-30-2017, 03:26 PM |
|
|
Thread: Markov attack
Post: RE: Markov attack
The hashcat help file worked for me. hashcat.64 --help >help.txt
Then you can read it at your leisure. |
|
Jiminy |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
9,098 |
01-29-2017, 04:29 PM |
|
|
Thread: multi charset
Post: RE: multi charset
For 1, you're not supposed to post hashes unless authorized by the moderators. I would remove it quickly or risk getting banned for a period. Read the forum rules.
2. You didn't supply a mask t... |
|
Jiminy |
hashcat
|
3 |
4,677 |
08-23-2017, 03:17 PM |
|
|
Thread: No idea how to succeed cracking hashes
Post: RE: No idea how to succeed cracking hashes
First off, no one knows if the password they are looking for is in the wordlist they're using. That's why you have numerous wordlists and keep trying. That failing, use wordlists with rules. The... |
|
Jiminy |
hashcat
|
7 |
6,923 |
10-19-2017, 03:22 PM |
|
|
Thread: Out of my Depth
Post: RE: Out of my Depth
darksage Wrote: (01-16-2016, 08:46 PM)
--
I attach a pic of wehre I am if someone could walk me through from here?
--
Although this does not appear to be hashcat related Youtube has a video to reset ... |
|
Jiminy |
General Help
|
6 |
8,895 |
01-16-2016, 09:23 PM |
|
|
Thread: Pdf crack issue
Post: RE: Pdf crack issue
simplyslow Wrote: (02-05-2016, 07:46 PM)
--
Did you check your .pot file for the password?
I pull down a pdf file from a public site that allows one to view the pdf but not print without a paid ... |
|
Jiminy |
General Help
|
3 |
7,287 |
02-05-2016, 11:01 PM |