Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Hash 'hashes': Token length exception No hashes loaded.
Post: RE: Hash 'hashes': Token length exception No hashe...
the command should be:
Code:
--
./hashcat64.bin -a 0 -m 0 myhash mydict
--
both files myhash and mydict need to exist
the error message that you got, says that the file "hashes" can't be ... |
|
philsmd |
hashcat
|
1 |
976 |
02-01-2020, 08:09 AM |
|
|
Thread: DCC2 Cracking from a file not working
Post: RE: DCC2 Cracking from a file not working
you are probably using the wrong file. the error messages clearly mentions a different hash
btw: you are not allowed to post hashes here, see forum rules (it doesn't matter if it is just an example... |
|
philsmd |
hashcat
|
1 |
823 |
02-07-2020, 06:56 PM |
|
|
Thread: How to crack Keepass2 passcode, help me
Post: RE: How to crack Keepass2 passcode, help me
so you are using -m 13400 together with the modified (removed file names etc) output of keepass2john from bleeding-jumbo john the ripper (JTR) ?
Well, it depends if the chars are appended/prepended... |
|
philsmd |
hashcat
|
1 |
933 |
02-25-2020, 06:13 PM |
|
|
Thread: Would anyone be able to match this hash with the password?
Post: RE: Would anyone be able to match this hash with t...
it's not allowed in this forum: https://hashcat.net/forum/announcement-2.html
you got a 1 week ban to revise the forum rules |
|
philsmd |
General Talk
|
1 |
666 |
03-07-2020, 09:13 AM |
|
|
Thread: help me
Post: RE: help me
just do NOT specify the file name. see https://hashcat.net/wiki/example_hashes or run:
Code:
--
hashcat -m 10500 --example-hashes
--
to see an example hash (note: there is no file name within th... |
|
philsmd |
hashcat
|
1 |
874 |
03-13-2020, 11:30 AM |
|
|
Thread: No hashes loaded.
Post: RE: No hashes loaded.
Do NOT post hashes https://hashcat.net/forum/announcement-2.html
example hashes can be seen here: https://hashcat.net/wiki/example_hashes
Hashes do NOT contain any file names (see example hashes... |
|
philsmd |
hashcat
|
1 |
745 |
03-21-2020, 07:11 PM |
|
|
Thread: Struggling with hashcat iTunes
Post: RE: Struggling with hashcat iTunes
if you only have an Intel CPU (no GPU), you should install the OpenCL Runtime for Intel CPUs from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section (https://registrationcenter-downlo... |
|
philsmd |
hashcat
|
1 |
571 |
03-29-2020, 08:28 PM |
|
|
Thread: resume hashcat from known progress
Post: RE: resume hashcat from known progress
It's not safe in general to restore from some arbitrary progress value.
If you know the restore file that would be much safer:
Code:
--
Restore.Point....: x/y
--
You can use the x value wit... |
|
philsmd |
hashcat
|
1 |
559 |
03-29-2020, 09:49 PM |
|
|
Thread: question about hccapx
Post: RE: question about hccapx
--potfile-disable
hashcat won't keep cracking the same hash/network again and again and again if it already was cracked. The hashcat.potfile will contain the "list" of cracked hashes |
|
philsmd |
hashcat
|
1 |
528 |
03-31-2020, 06:45 PM |
|
|
Thread: Hashcat failing with proper character set
Post: RE: Hashcat failing with proper character set
do not post hashes, see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
1 |
516 |
04-03-2020, 05:43 PM |
|
|
Thread: Hashcat and linux process substitution
Post: RE: Hashcat and linux process substitution
use
Code:
--
cat wordlist | hashcat -m 16500 -a 0 hashes.txt
--
instead... if and only if you really need to use a separate command (not using the dictionary directly, which of course should b... |
|
philsmd |
hashcat
|
1 |
554 |
04-08-2020, 01:18 AM |
|
|
Thread: 3 Questions About Hashcat
Post: RE: 3 Questions About Hashcat
1. only beta supports -m 22000 (https://hashcat.net/beta)
2. the keyspace is only traversed once, if while going to the password candidates one matches, it will be cracked... but you need to keep in ... |
|
philsmd |
hashcat
|
1 |
644 |
04-08-2020, 12:09 PM |
|
|
Thread: How to extract hash of mssql
Post: RE: How to extract hash of mssql
nmap for instance: https://nmap.org/nsedoc/scripts/ms-sql-dump-hashes.html
https://github.com/nmap/nmap/blob/a7638f57c88cb1b5da949147729fca76a0f332c5/scripts/ms-sql-dump-hashes.nse#L71-L73 |
|
philsmd |
hashcat
|
1 |
547 |
04-21-2020, 12:56 PM |
|
|
Thread: Guess rejection policy for mangling rules attack
Post: RE: Guess rejection policy for mangling rules atta...
no, you shouldn't bother about this. It would be way too complex and time consuming (performance drop) to check this type of "rejection". It would cost MUCH more to check for a rejection than actually... |
|
philsmd |
hashcat
|
1 |
527 |
04-27-2020, 12:00 PM |
|
|
Thread: Merge .16800 files into a single one
Post: RE: Merge .16800 files into a single one
Linux:
Code:
--
cat single_captures/*.16800 > all_in_one/multi.16800
--
Windows:
Code:
--
copy single_captures\*.16800 all_in_one\multi.16800
--
[hr]
alternatively, if all files are... |
|
philsmd |
hashcat
|
1 |
609 |
04-28-2020, 04:50 PM |
|
|
Thread: ROMPER HASH
Post: RE: ROMPER HASH
english only
do not post hashes
see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
1 |
504 |
04-29-2020, 09:24 AM |
|
|
Thread: 5.1.0-91+ needed (I think)
Post: RE: 5.1.0-91+ needed (I think)
betas are available here: https://hashcat.net/beta/ |
|
philsmd |
Beta Tester
|
1 |
859 |
05-06-2020, 07:22 PM |
|
|
Thread: Discord
Post: RE: Discord
I think the idea in general is not bad, but it would be much more clever to contact the administrator (atom) or at least some moderators over here or IRC to discuss these types of ideas before announc... |
|
philsmd |
hashcat
|
1 |
900 |
05-02-2020, 06:46 PM |
|
|
Thread: hashmode sha1(sha1($pass).$salt) support?
Post: RE: hashmode sha1(sha1($pass).$salt) support?
This seems to be similar to:
-m 4520 = sha1($salt.sha1($pass))
-m 4521 = Redmine
-m 4522 = PunBB
but with the $salt at the end instead of at the beginning (all of the above use the salt at the s... |
|
philsmd |
hashcat
|
1 |
521 |
05-04-2020, 07:06 PM |
|
|
Thread: Help implementing FNV1 for a3 mode
Post: RE: Help implementing FNV1 for a3 mode
I would suggest to start with some simple hash types that involve md5/sha1 etc...
In general there are some algorithms listed here, that are not already implemented: https://github.com/hashcat/has... |
|
philsmd |
hashcat
|
1 |
559 |
05-04-2020, 07:11 PM |