Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: hashcat pipe to solve words get rejected
Post: RE: hashcat pipe to solve words get rejected
If you do not want hashcat to crack the hashes but output the password candidates to stdout, you of course shouldn't forget the flag within the first command of the pipe:
--stdout |
|
philsmd |
hashcat
|
1 |
3,311 |
08-21-2016, 04:30 PM |
|
|
Thread: Custom charset issue
Post: RE: Custom charset issue
1. maskprocessor doesn't support loading hashcat's charset files ( https://hashcat.net/wiki/mask_attack#hashcat_charset_files )
2. the file extension would be .hcchr and not .hccr (but this, even if i... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
4,026 |
08-22-2016, 07:58 AM |
|
|
Thread: Custom Ruleset, Correct word but exhausted
Post: RE: Custom Ruleset, Correct word but exhausted
I discovered several problems here:
1. This command makes absolutely no sense:
Code:
--
hashcat64.exe -w 1 -m 2500 -a 0 -r rules\mine.rule C:\Pen\hs\mywifi.hccap C:\Pen\word\test.txt --stdout --gpu... |
|
philsmd |
hashcat
|
8 |
8,308 |
08-25-2016, 08:37 AM |
|
|
Thread: hashcat keeps stopping itself and I don't know why.
Post: RE: hashcat keeps stopping itself and I don't know...
turbogiant76 Wrote:
--
I have no warning and I have not set fan speed
--
you say that you don't see any warning but at the same time you post a screenshot ( https://imgur.com/a/mNKP5 ) that displays... |
|
philsmd |
hashcat
|
9 |
9,095 |
08-28-2016, 06:03 PM |
|
|
Thread: 7z2hashcat
Post: RE: 7z2hashcat
Hey.
There are actually 2 known problems which I will try to investigate:
1. a problem with the lzma decompression, done by 7z2hashcat.pl, of the header (in case of a "long" file list), probably rel... |
|
philsmd |
User Contributions
|
28 |
70,369 |
01-06-2017, 03:39 PM |
|
|
Thread: hashcat v3.30
Post: RE: hashcat v3.30
Thanks to all hashcat's devs and contributers/reporters on forum/github/irc !!!
This release includes some very crucial/important fixes/features
... and of course: thank you atom |
|
philsmd |
hashcat
|
7 |
22,245 |
01-06-2017, 03:51 PM |
|
|
Thread: 7z2hashcat
Post: RE: 7z2hashcat
Thanks for the info syb3ria. Great that it at least fixed 1 of the problems you experienced.
I have now opened an issue on 7z2hashcat's github page which explains the current state of the LZMA header... |
|
philsmd |
User Contributions
|
28 |
70,369 |
01-09-2017, 01:35 PM |
|
|
Thread: Amd GPU with Ubuntu
Post: RE: Amd GPU with Ubuntu
No, there are not 2 different drivers/software that you need to install.
You might need to clean up your system first and after that install the currently suggested driver:
Steps:
1. Follow: http... |
|
philsmd |
Hardware
|
2 |
13,566 |
01-10-2017, 01:30 PM |
|
|
Thread: Hashcat 3.0 CL_UNKNOWN_ERROR
Post: RE: Hashcat 3.0 CL_UNKNOWN_ERROR
you can just use the --opencl-device-types 1 (or short -D 1) command line argument to filter your cpu devices.
Of course the correct OpenCL driver (also make sure which version numbers hashcat suggest... |
|
philsmd |
hashcat
|
17 |
35,335 |
01-10-2017, 02:51 PM |
|
|
Thread: Problem with status , pause , resume ...
Post: RE: Problem with status , pause , resume ...
what type of terminal do you use (gnome terminal, xterm etc)? Did you try a different one?
why do you run it with sudo ? If you really need to run it with priviledged permissions, did you try to run ... |
|
philsmd |
hashcat
|
17 |
24,271 |
01-15-2017, 05:51 PM |
|
|
Thread: Itunes Backup
Post: RE: Itunes Backup
Well, it is pretty easy to see from the link posted by keen (https://stackoverflow.com/questions/1498342/how-to-decrypt-an-encrypted-apple-itunes-iphone-backup) that after the $key = pbkdf2_hmac_sha1 (... |
|
philsmd |
General Talk
|
42 |
83,234 |
01-19-2017, 12:51 AM |
|
|
Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?
Hashcat won't crack the hash with attack mode 0 (-a 0) if the password is not present within the dictionary file (in your case the file rockyou.txt).
Make sure that you know the password and that i... |
|
philsmd |
hashcat
|
3 |
4,572 |
01-19-2017, 01:34 PM |
|
|
Thread: Itunes Backup
Post: RE: Itunes Backup
Yeah, looks good Tuxel (if you are sure about the hard-coded "48df8dx4" beginning).
In theory you should be able to speed it up significantly e.g. with the "parallels" tool:
Code:
--
./hashcat --s... |
|
philsmd |
General Talk
|
42 |
83,234 |
01-19-2017, 11:43 PM |
|
|
Thread: Itunes Backup
Post: RE: Itunes Backup
Are you sure that the password of the first one (IOS 10.2.0) is "test123" (without quotes)?
It doesn't seem to crack and also the stackoverflow code (our reference for the algorithm) isn't able to op... |
|
philsmd |
General Talk
|
42 |
83,234 |
01-20-2017, 01:13 PM |
|
|
Thread: Itunes Backup
Post: RE: Itunes Backup
@Tuxel don't worry the language is not the problem... but there might be other things that need to be double-checked first (we need to gather more information such that we are almost perfectly sure ab... |
|
philsmd |
General Talk
|
42 |
83,234 |
01-20-2017, 04:09 PM |
|
|
Thread: New hccapx format explained
Post: RE: New hccapx format explained
@c4pOne you should definitely make sure you are using the latest version of hashcat-utils (v1.5 or higher), because as you can read/see here https://github.com/hashcat/hashcat-utils/releases, the wind... |
|
philsmd |
User Contributions
|
49 |
179,647 |
02-10-2017, 10:51 AM |
|
|
Thread: 7z2hashcat
Post: RE: 7z2hashcat
Maybe you didn't notice it yet, but we have updated both 7z2hashcat.pl (please use version 0.9 or higher) and hashcat itself (please use the newest beta (https://hashcat.net/beta/)).
In addition to... |
|
philsmd |
User Contributions
|
28 |
70,369 |
01-24-2017, 01:32 PM |
|
|
Thread: where did hashcat get the hashtype?
Post: RE: where did hashcat get the hashtype?
No, hashcat doesn't guess the hash type.
As many "hash identification" projects show, there is no such think as 100% knowing which hash type the input is from a random set of some (hex) bytes.
It on... |
|
philsmd |
hashcat
|
3 |
3,661 |
01-24-2017, 06:09 PM |
|
|
Thread: Formatting a salted SHA 512 hash
Post: RE: Formatting a salted SHA 512 hash
it's hash mode -m 7100 | OSX v10.8, OSX v10.9, OSX v10.10 | Operating-Systems
also see https://hashcat.net/wiki/example_hashes for example hashes (search for OS X v10.8 / v10.9) |
|
philsmd |
hashcat
|
5 |
8,048 |
01-24-2017, 09:30 PM |
|
|
Thread: Formatting a salted SHA 512 hash
Post: RE: Formatting a salted SHA 512 hash
You can "truncate"/cut the hash itself @ the same length used by the example hash :) |
|
philsmd |
hashcat
|
5 |
8,048 |
01-24-2017, 09:56 PM |