Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Adding to .pot file
Post: Adding to .pot file
There are sources of newly cracked hashes:passwords. It seems that it would be a time saver to save these hashes:passwords in the .pot file as the work has already been done finding these hash:passwor... |
|
simplyslow |
Old hashcat Support
|
4 |
6,823 |
11-29-2015, 07:29 PM |
|
|
Thread: Adding to .pot file
Post: RE: Adding to .pot file
royce Wrote: (11-29-2015, 08:02 PM)
--
There may be other ways, but quitting and restoring the hashcat session will reread the pot file.
--
Royce:
Thank you for your reply. Let me restate. There... |
|
simplyslow |
Old hashcat Support
|
4 |
6,823 |
11-29-2015, 10:17 PM |
|
|
Thread: Adding to .pot file
Post: RE: Adding to .pot file
royce Wrote: (11-29-2015, 11:45 PM)
--
Ah, I misunderstood. I thought you meant after a cracking run had started, but it sounds like you're talking about doing this before your initial cracking run... |
|
simplyslow |
Old hashcat Support
|
4 |
6,823 |
11-30-2015, 12:58 AM |
|
|
Thread: Which is more efficient?
Post: Which is more efficient?
Which would be more efficient:
1. Add hash:password pairs to the .pot file, then run a -a 0 anydictionary.txt attack
2. Add passwords to a new dictionary file, then run a -a 0 newdictionary.txt at... |
|
simplyslow |
General Help
|
1 |
3,339 |
12-03-2015, 04:18 AM |
|
|
Thread: 1 or l ?
Post: 1 or l ?
https://s5.postimage.org/k9xbg8on7/Screen_Shot_2015_12_06_at_7_53_54_PM.png (https://postimage.org/image/k9xbg8on7/)
This is a screen shot from the Wiki about Masks: Shouldn't the character after t... |
|
simplyslow |
General Help
|
3 |
6,125 |
12-07-2015, 03:02 AM |
|
|
Thread: 1 or l ?
Post: RE: 1 or l ?
tazeat Wrote: (12-07-2015, 11:01 PM)
--
https://s3.postimg.org/pi2igfv5b/lv1.png
Note the angle on the upper stroke
--
I hope people don't take offense, but if one has to look that closely, there... |
|
simplyslow |
General Help
|
3 |
6,125 |
12-08-2015, 04:44 AM |
|
|
Thread: Wiki-Brute Force
Post: Wiki-Brute Force
The Brute Force link in many of the Wiki links leads to the Mask-Attack. I'm not sure if this is intentional or not. |
|
simplyslow |
General Help
|
1 |
3,702 |
12-15-2015, 08:41 PM |
|
|
Thread: Sequencing Rules
Post: Sequencing Rules
Is there a way of sequencing a series of rules through oclHashcat? Perhaps putting the rules in a folder and using the command -r ? or something similar? |
|
simplyslow |
General Help
|
11 |
15,583 |
12-18-2015, 05:54 AM |
|
|
Thread: Sequencing Rules
Post: RE: Sequencing Rules
epixoip Wrote: (12-18-2015, 08:57 AM)
--
for r in rules/*; do ./oclHashcat ... -r $r; done
--
cudaHashcat64.bin' -m 0 -a 0 '/media/f14/Transcend/Stratfor/stratfor.hash' -r $'/home/f14/Downloads/cud... |
|
simplyslow |
General Help
|
11 |
15,583 |
12-18-2015, 10:35 PM |
|
|
Thread: Sequencing Rules
Post: RE: Sequencing Rules
epixoip Wrote: (12-19-2015, 01:21 AM)
--
Looks like you're doing quite a bit wrong. Damn near everything, in fact.
--
Well, that wasn't helpful. Perhaps then the Wiki documentation is poor. |
|
simplyslow |
General Help
|
11 |
15,583 |
12-19-2015, 01:30 AM |
|
|
Thread: Sequencing Rules
Post: RE: Sequencing Rules
epixoip Wrote: (12-19-2015, 01:46 AM)
--
Documentation is fine, I just don't think you understand what you're typing.
Let's start with the fact you're missing a wordlist in the above attack. You a... |
|
simplyslow |
General Help
|
11 |
15,583 |
12-19-2015, 05:14 AM |
|
|
Thread: Error message
Post: Error message
Any suggestions on how to fix this error message:
WARNING: Cannot convert rule for use on GPU in file /home/f14/Downloads/cudaHashcat-2.01/rules/d3ad0ne.rule in line 25579: p1@2
This is just one... |
|
simplyslow |
Old oclHashcat Support
|
2 |
4,519 |
12-19-2015, 05:27 AM |
|
|
Thread: Sequencing Rules
Post: RE: Sequencing Rules
epixoip Wrote: (12-19-2015, 05:25 AM)
--
Hm, do you know what a loop is?
--
Conceptually, yes. Specifically, no. |
|
simplyslow |
General Help
|
11 |
15,583 |
12-19-2015, 05:29 AM |
|
|
Thread: Sequencing Rules
Post: RE: Sequencing Rules
epixoip Wrote: (12-19-2015, 05:34 AM)
--
Ok. Well the example I provided was a "for" loop, to let your shell loop over each rule file in the directory. So what you probably wanted to do was something... |
|
simplyslow |
General Help
|
11 |
15,583 |
12-19-2015, 03:43 PM |
|
|
Thread: Error message
Post: RE: Error message
epixoip Wrote: (12-19-2015, 05:29 AM)
--
It's not an error message, it's just telling you that rule is incompatible with the GPU rule engine. Some rules only work with the CPU rule engine. These are ... |
|
simplyslow |
Old oclHashcat Support
|
2 |
4,519 |
12-19-2015, 03:46 PM |
|
|
Thread: Dead Link
Post: Dead Link
The Markov attack link from the statsprocessor page is dead. Is this intentional?
https://hashcat.net/wiki/doku.php?id=markov_attack |
|
simplyslow |
General Help
|
1 |
3,658 |
12-19-2015, 05:57 PM |
|
|
Thread: Error when Making statsprocessor
Post: Error when Making statsprocessor
I get this error message:
f14@f14-Precision-WorkStation-T7500:~$ make -f '/home/f14/Downloads/statsprocessor-master/src/sp.c'
/home/f14/Downloads/statsprocessor-master/src/sp.c:13: *** missing... |
|
simplyslow |
Old oclHashcat Support
|
2 |
4,382 |
12-24-2015, 08:15 PM |
|
|
Thread: Error when Making statsprocessor
Post: RE: Error when Making statsprocessor
epixoip Wrote: (12-24-2015, 08:21 PM)
--
That's not how make works. You're telling it to use sp.c as a makefile, which clearly won't work.
What you probably want to do is:
Code:
--
cd /home/... |
|
simplyslow |
Old oclHashcat Support
|
2 |
4,382 |
12-24-2015, 09:02 PM |
|
|
Thread: Mac .pdf hash type
Post: Mac .pdf hash type
I created a test .pdf file on OS X 10.11.2 with a password. I've tried all the Adobe PDF hash types, but they didn't work. Is there one that will work for the OS X pdf files? Thanks. |
|
simplyslow |
Old oclHashcat Support
|
3 |
6,365 |
12-25-2015, 03:08 AM |
|
|
Thread: Mac .pdf hash type
Post: RE: Mac .pdf hash type
philsmd Wrote: (12-25-2015, 09:55 AM)
--
1. please define "Mac .pdf file". Which software did you use to create the document?
2. what are the steps you followed to extract the information needed ("ha... |
|
simplyslow |
Old oclHashcat Support
|
3 |
6,365 |
12-26-2015, 02:51 AM |