Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
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: WPA/WPA2: How the hash is generated
Post: RE: WPA/WPA2: How the hash is generated
It is actually just a kind of a checksum that is only needed internally for hashcat and wasn't meant to be something the user should care about. You shouldn't really need to know the algorithm for the... |
|
philsmd |
General Talk
|
3 |
6,795 |
03-06-2017, 09:04 AM |
|
|
Thread: Parsing out hashes from single lines
Post: RE: Parsing out hashes from single lines
Code:
--
egrep -o '[0-9a-fA-F]{32}' md5.sql > md5_hashes_unsorted_ununiqed.hash
--
or even better and much more correct (because otherwise you could get some false positives):
Code:
--
SELECT p... |
|
philsmd |
General Talk
|
1 |
2,441 |
03-18-2017, 09:13 PM |
|
|
Thread: Itunes Backup
Post: RE: Itunes Backup
I need to close this thread for now. Too many unrelated posts. |
|
philsmd |
General Talk
|
42 |
83,234 |
03-23-2017, 09:40 PM |
|
|
Thread: Salt-value exception
Post: RE: Salt-value exception
Please make sure you are using the newest version of hashcat and 7z2hashcat |
|
philsmd |
General Talk
|
2 |
4,621 |
04-04-2017, 02:13 PM |
|
|
Thread: CISCO-IOS SHA256
Post: RE: CISCO-IOS SHA256
It's not allowed to post hashes.
1 week ban to revise the forum rules! |
|
philsmd |
General Talk
|
1 |
3,518 |
04-04-2017, 05:04 PM |
|
|
Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...
Of course you need to use maskprocessor correctly (depending on the shell you use).
E.g. if you use windows, you might need to quote differently, e.g. like this:
Code:
--
mp64 "i5?d i6?d i7?d i... |
|
philsmd |
General Talk
|
3 |
4,606 |
05-15-2017, 08:01 PM |
|
|
Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...
If you always want to insert numbers exactly at position 6, you could generate some rules on the fly like this (attention: with longer numbers and additional insert positions - in addition to position... |
|
philsmd |
General Talk
|
3 |
4,606 |
05-15-2017, 02:27 PM |
|
|
Thread: processor couldn't load
Post: RE: processor couldn't load
please see the output of hashcat64 --help
For instance for CPU and GPU you could use --opencl-device-types 1,2 (or short -D 1,2)
BTW: your command also contains an error "-1 -1" makes no sense, one... |
|
philsmd |
General Talk
|
2 |
3,137 |
06-02-2017, 10:18 PM |
|
|
Thread: creating a mask
Post: RE: creating a mask
maskprocessor can be used for this situation (the -q parameter can be used) and the output can be piped into hashcat:
Code:
--
mp64 -q 2 -1 abc ?1?1?1 | hashcat -a 0 -m 0 -w 4 hash.txt
--
|
|
philsmd |
General Talk
|
4 |
4,601 |
06-28-2017, 03:37 PM |
|
|
Thread: crack excel password with hashcat, possible?
Post: RE: crack excel password with hashcat, possible?
Code:
--
python office2hashcat.py the_path_to_your_excel_file_here.xls
--
|
|
philsmd |
General Talk
|
6 |
23,545 |
06-30-2017, 09:17 AM |
|
|
Thread: Problema en iniciar Hashcat Handshake
Post: RE: Problema en iniciar Hashcat Handshake
@wirelees Last warning (before you get banned, next time): Forum rules exists for good reasons and (actually the first rule of this small set of rules) https://hashcat.net/forum/announcement-2.html em... |
|
philsmd |
General Talk
|
4 |
4,781 |
07-12-2017, 12:53 PM |
|
|
Thread: old box compatibility with Hashcat
Post: RE: old box compatibility with Hashcat
That's probably a typo, I think epixoip means hashcat-legacy (https://github.com/hashcat/hashcat-legacy), i.e. the (old) CPU-based only hashcat tool (that was called "hashcat" before "oclHashcat" was ... |
|
philsmd |
General Talk
|
4 |
5,001 |
07-14-2017, 09:27 AM |
|
|
Thread: Best practice dealing with dic intersections
Post: RE: Best practice dealing with dic intersections
There are countless tools, but I guess the best is to just stick to hashcat-utils's rli/rli2 tool:
- https://hashcat.net/wiki/doku.php?id=hashcat_utils#rli
- https://hashcat.net/wiki/doku.php?id=hashc... |
|
philsmd |
General Talk
|
4 |
5,551 |
07-30-2017, 07:34 AM |
|
|
Thread: Cracking MySQL/MariaDB Hashes
Post: RE: Cracking MySQL/MariaDB Hashes
--increment-min and --increment-max are command line arguments that can be used in a mask attack (-a 3. Well, it is also supported in -a 6 and -a 7 actually, but always together with masks).
if you u... |
|
philsmd |
General Talk
|
2 |
5,985 |
08-04-2017, 07:39 AM |
|
|
Thread: Hashcat.net binaries 7-zip compression ratio
Post: RE: Hashcat.net binaries 7-zip compression ratio
Just have a look at the file tools/package_bin.sh:
https://github.com/hashcat/hashcat/blob/58d1dedd1e27aa3be5e0c6148b21099601253cf6/tools/package_bin.sh#L75 |
|
philsmd |
General Talk
|
1 |
2,848 |
08-20-2017, 08:05 AM |
|
|
Thread: MS Office Instant decryption
Post: RE: MS Office Instant decryption
because you probably should use the collider mode 9710 (with mask ?b?b?b?b?b) for instant access to the data |
|
philsmd |
General Talk
|
9 |
15,352 |
08-21-2017, 08:58 AM |
|
|
Thread: MS Office Instant decryption
Post: RE: MS Office Instant decryption
If you read this carefully https://hashcat.net/forum/thread-3665.html, you will see that you only need -m 9710 to access the data.
Have a look at the list of steps under the "KDF" section https://has... |
|
philsmd |
General Talk
|
9 |
15,352 |
09-12-2017, 05:00 PM |
|
|
Thread: Worldlist Clean up
Post: RE: Worldlist Clean up
just think about it like this: "I want to remove every digit that is followed by a non-digit"
you can express this with the unix sed tool like this:
Code:
--
sed -r 's/[0-9]+([^0-9])/\1/g'
--
|
|
philsmd |
General Talk
|
5 |
4,339 |
09-24-2017, 11:10 AM |
|
|
Thread: Bitcoin Wallet Help...
Post: RE: Bitcoin Wallet Help...
You won't get any explanation/help for the GUI here (it's a third party tool and we don't give support for it here). Use the command prompt (cmd).
See https://hashcat.net/wiki/doku.php?id=example_h... |
|
philsmd |
General Talk
|
3 |
11,701 |
10-29-2017, 07:23 PM |