Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: seperator unmatched
Post: RE: seperator unmatched
You are not allowed to post hashes, see: https://hashcat.net/forum/announcement-2.html
I/we should ban you immediately for 1 week.
Anyway, the problem is that you need to use -m 1000 and use the... |
|
philsmd |
Old hashcat Support
|
2 |
11,273 |
06-16-2015, 04:26 PM |
|
|
Thread: Separator unmatched No hashes loaded.
Post: RE: Separator unmatched No hashes loaded.
where is the server challenge ? you only have listed the client challenge above !? what is the server challenge ?
Also, I guess that you need to remove "-notreal" right ?
just compare with the exa... |
|
philsmd |
hashcat
|
1 |
323 |
08-23-2020, 12:50 PM |
|
|
Thread: separator unmatched
Post: RE: separator unmatched
Could you please explain what you are trying to crack (which type of hashes) and how you are testing ?
The best thing probably would be to just test example hashes from https://hashcat.net/wiki/exa... |
|
philsmd |
hashcat
|
7 |
1,480 |
05-09-2020, 07:35 AM |
|
|
Thread: Separator Unmatched
Post: RE: Separator Unmatched
That's not the correct assumption.
It literally just said:
Code:
--
Hashfile 'xyz' on line 6 ...
--
The most important part is the "Hashfile" part. The filename of course is not what the ... |
|
philsmd |
hashcat
|
5 |
1,389 |
04-26-2020, 09:35 AM |
|
|
Thread: Separator Unmatched
Post: RE: Separator Unmatched
you need to specify the file with hashes (the "hash file") first:
for dictionary attack (-a 0) it is:
Code:
--
hashcat -m 0 -a 0 -w 3 hashes.txt wordlist.txt
--
as you can see, you need to ... |
|
philsmd |
hashcat
|
5 |
1,389 |
04-26-2020, 08:57 AM |
|
|
Thread: Separator Unmatched
Post: RE: Separator Unmatched
make sure that each line of the file myunshadow.txt has hashes fomatted in the correct way: https://hashcat.net/wiki/example-hashes
or use
Code:
--
hashcat -m 1420 --example-hashes
--
to se... |
|
philsmd |
hashcat
|
5 |
1,389 |
04-26-2020, 09:22 AM |
|
|
Thread: Separating words in combinator attack with space
Post: RE: Separating words in combinator attack with spa...
Code:
--
hashcat -m 0 -a 1 -w 3 -j '$ ' hash.txt dict1.txt dict2.txt
--
note: on windows you might need to use "$ " instead (difference between the shells interpreting quotes and escaping doll... |
|
philsmd |
hashcat
|
3 |
1,429 |
09-04-2019, 12:41 PM |
|
|
Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...
run clinfo and post the output
after that also try this: https://hashcat.net/faq/wrongdriver |
|
philsmd |
hashcat
|
7 |
593 |
08-25-2020, 06:57 PM |
|
|
Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...
what do you mean by stable ?
which version do you use ? which version is working for you ? |
|
philsmd |
hashcat
|
7 |
593 |
08-26-2020, 01:16 PM |
|
|
Thread: Segmentation fault ;(
Post: RE: Segmentation fault ;(
which driver (version) do you use ? (see here for the recommended driver https://hashcat.net/oclhashcat-plus/ )
what if you run other hash types and/or attack modes?
also paste the output of
Code:
-... |
|
philsmd |
Very old oclHashcat-plus Support
|
5 |
15,163 |
11-20-2013, 12:31 AM |
|
|
Thread: Segmentation fault ;(
Post: RE: Segmentation fault ;(
Please try a different hash mode (md5, -m 0) and re-download the 0.15 oclHashcat package (to be sure, maybe not under /opt and run it directly within the downloaded folder, like in $ ./oclHashcat-plus... |
|
philsmd |
Very old oclHashcat-plus Support
|
5 |
15,163 |
11-20-2013, 10:26 PM |
|
|
Thread: Segmentation fault (core dumped) oclHachCat-plus v 0.14
Post: RE: Segmentation fault (core dumped) oclHachCat-pl...
Hey tux,
- does those crashes happen only w/ a specifc hash type (mode 2500) or others too?
- could you please try to use the hccap example https://hashcat.net/misc/example_hashes/hashcat.hccap and a... |
|
philsmd |
Very old oclHashcat-plus Support
|
14 |
28,665 |
05-30-2013, 01:46 PM |
|
|
Thread: Segmentation fault (core dumped) oclHachCat-plus v 0.14
Post: RE: Segmentation fault (core dumped) oclHachCat-pl...
I think it is this one: https://support.amd.com/us/gpudownload/windows/previous/13/Pages/radeon_linux.aspx?os=Linux%20x86&rev=13.1
UPDATE: please also try to run:
Code:
--
./oclHashcat-plus64.bi... |
|
philsmd |
Very old oclHashcat-plus Support
|
14 |
28,665 |
05-30-2013, 02:07 PM |
|
|
Thread: Segmentation fault (core dumped) oclHachCat-plus v 0.14
Post: RE: Segmentation fault (core dumped) oclHachCat-pl...
We need to investigate this more, could you please join us in irc: https://webchat.freenode.net/?channels=hashcat
Please query me (philsmd) there and we can see if we can sort this problem out faste... |
|
philsmd |
Very old oclHashcat-plus Support
|
14 |
28,665 |
05-30-2013, 02:58 PM |
|
|
Thread: Segmentation fault (core dumped) oclHachCat-plus v 0.14
Post: RE: Segmentation fault (core dumped) oclHachCat-pl...
Hey tux,
thanks for the tutorial.
I think there is only very few to add to the tutorial, maybe those points:You should check that there is *no* conflicting AMDAPP folder, especially there should be n... |
|
philsmd |
Very old oclHashcat-plus Support
|
14 |
28,665 |
05-31-2013, 01:12 PM |
|
|
Thread: Segmentation Fault
Post: RE: Segmentation Fault
We need more details to help you w/ this problem...
Required information:
1. operating system details (version of linux, kernel version - uname -a, 32/64 bit etc)
2. did it work before (w/ this setup)... |
|
philsmd |
Old oclHashcat Support
|
3 |
10,324 |
01-05-2014, 05:07 PM |
|
|
Thread: Second GPU is not recognized
Post: RE: Second GPU is not recognized
your clinfo basically proofs that it is not hashcat fault because also clinfo only sees a single RX 580 (there is only one GPU in your list).
I would suggest reinstalling the driver and/or messing ... |
|
philsmd |
Hardware
|
2 |
2,021 |
04-18-2019, 12:40 PM |
|
|
Thread: Searching guys with many GPU
Post: RE: Searching guys with many GPU
Well, I don't think it's really against the rule but:
1. you might reach much more people who could be interested in these strange "jobs" by using other forums like https://forum.hashkiller.io/index.... |
|
philsmd |
General Talk
|
2 |
1,180 |
04-30-2020, 12:41 PM |
|
|
Thread: Scrypt wallet hash
Post: RE: Scrypt wallet hash
well, you should at least remember if you had bitcoins or ethereums.
These are 2 different type of crypto coins.
If you had ethereum, you need to use ethereum2john.py
if you had bitcoins instead, yo... |
|
philsmd |
hashcat
|
2 |
2,792 |
11-28-2017, 08:24 PM |
|
|
Thread: SCRYPT speed trouble
Post: RE: SCRYPT speed trouble
you need to INSTALL the runtime:
https://software.intel.com/en-us/articles/opencl-drivers#cpu-section |
|
philsmd |
hashcat
|
4 |
2,128 |
10-15-2019, 11:30 AM |