Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Itunes Backup Password Never Set
Post: RE: Itunes Backup Password Never Set
well, this sounds more like a question for the apple/itunes community (apple.stackexchange.com or apple forums etc).
also see these (but I'm not sure if these links help in your case, I'm not too f... |
|
philsmd |
hashcat
|
6 |
2,960 |
06-06-2019, 09:45 AM |
|
|
Thread: How to filter a wordlist
Post: RE: How to filter a wordlist
you can probably use power shell on windows: select-string
furthermore,
grep.exe for instance can be used on windows too. also mingw/cygwin for windows could be an option |
|
philsmd |
hashcat
|
6 |
2,743 |
06-07-2019, 10:07 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
the hash file must exist
/root/HASH/MySQL5.txt no such file . file does not exist |
|
philsmd |
hashcat
|
6 |
2,710 |
06-09-2019, 10:01 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
please make sure that the file exist.
hashcat searched for the file and didn't find it.
The file does NOT exist
maybe it's stored somewhere else or you renamed it or it has .txt.txt extension... |
|
philsmd |
hashcat
|
6 |
2,710 |
06-10-2019, 06:59 PM |
|
|
Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll
if I download the beta version from https://hashcat.net/beta/ I definitely see a file in the modules folder named
module_02000.dll
32-bit support was removed in recent versions of hashcat, but if... |
|
philsmd |
hashcat
|
6 |
2,952 |
07-07-2019, 09:34 PM |
|
|
Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll
there is no such file like hashcat64.exe within the beta version. if you have that file extracted, you are doing something horribly wrong (pebcak). It's easy to proof that the file under https://hashc... |
|
philsmd |
hashcat
|
6 |
2,952 |
07-08-2019, 08:57 AM |
|
|
Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...
best recommendation in such cases is always to try to generate a new very similar file/partition with TrueCrypt with known password (maybe even similar password compared to what expect) and try to cra... |
|
philsmd |
hashcat
|
6 |
2,676 |
07-16-2019, 08:31 PM |
|
|
Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...
yeah and I also do not agree that testing is a waste of time or you can save time by just asking and take everything for granted. Verify it ! check if the claim about this sector is correct by generat... |
|
philsmd |
hashcat
|
6 |
2,676 |
07-17-2019, 01:10 PM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
--username
please do not post hashes. you will be banned |
|
philsmd |
hashcat
|
6 |
3,092 |
07-18-2019, 06:58 AM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
philsmd |
hashcat
|
6 |
3,092 |
07-18-2019, 05:31 PM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
nope, you should run --show always without any dictionary file, as explained in the link above which arguments are allowed/required/optional |
|
philsmd |
hashcat
|
6 |
3,092 |
07-20-2019, 05:21 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
why do you use old versions in the first place ?
to run a command on any *nix based system (including macos and linux), you need to run it like this:
Code:
--
./hashcat --help
--
i.e. t... |
|
philsmd |
hashcat
|
6 |
2,080 |
07-26-2019, 05:04 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
try to use the latest beta version from https://hashcat.net/beta |
|
philsmd |
hashcat
|
6 |
2,080 |
07-26-2019, 07:35 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
well, I must admit that I forgot that we talked about macOS executable here.
Therefore for macOS you need to either use the github code and compile it yourself or use the homebrew packages which aren... |
|
philsmd |
hashcat
|
6 |
2,080 |
07-31-2019, 11:50 AM |
|
|
Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace
thanks again mrmike
This problem was now fixed (git version includes the fix, soon also beta/release) with this commit: https://github.com/hashcat/hashcat/commit/ca31ef43aff1726113aaef85d06aa5c3cbc... |
|
philsmd |
hashcat
|
6 |
2,894 |
08-06-2019, 02:10 PM |
|
|
Thread: Some way to 'increment from a wordlist'
Post: RE: Some way to 'increment from a wordlist'
you could pre-generate the word list or just use -a 1 hash.txt dict1.txt dict2.txt
-a 1 also works with 3 combinations of works if dict1.txt hash already 2 words combined and you combine it one mor... |
|
philsmd |
hashcat
|
6 |
2,052 |
08-30-2019, 09:41 PM |
|
|
Thread: Need help
Post: RE: Need help
md5 ("[email protected]") == 120b8510fd7091bc12f890433f65036f
it's against the forum rules to post hashes
you could use different types of attacks, -a 3, -a 7 (yeah even -a 1) and of course ... |
|
philsmd |
hashcat
|
6 |
1,891 |
09-02-2019, 06:55 PM |
|
|
Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length
this problem should be fixed with recent commits: https://github.com/hashcat/hashcat/commit/c78b8878d5e1c1304218cce53efcf3a52a1cb772
please test the beta at https://hashcat.net/beta/ and report bac... |
|
philsmd |
hashcat
|
6 |
2,043 |
10-18-2019, 09:48 AM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
try testing only 1 device, -d 1
are you using cmd on windows ? that ./hashcat.exe syntax is somehow strange or is this powershell ?
are you using the beta version from https://hashcat.net/beta ?... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 01:31 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
you could also test with multiple devices, like this:
hashcat -b -m 100 -d 1,2,3,4
hashcat -b -m 100 -d 1,2,3,4,5
hashcat -b -m 100 -d 1,2,3,4,5,6
and see how many devices work and w... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 02:23 PM |