Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Connect two PCs
Post: RE: Connect two PCs
There's a couple of solutions like hashtopolis, which I haven't really played with - https://github.com/s3inlc/hashtopolis
Otherwise, you need to manually split the keyspace somehow and run half o... |
|
blacktraffic |
hashcat
|
1 |
658 |
03-17-2020, 11:05 AM |
|
|
Thread: Why isn't this working, and can someone fix it?
Post: RE: Why isn't this working, and can someone fix it...
I think you need to re-order the arguments, so hash.txt needs to come earlier on, --show doesn't apply and -a3 requires a mask to be specified. The following works for me:
hashcat64.exe -O -w3 -m0... |
|
blacktraffic |
hashcat
|
2 |
749 |
04-02-2020, 09:18 AM |
|
|
Thread: Cracking Couchbase Admin Password
Post: Cracking Couchbase Admin Password
Hi all,
I couldn't find this on google, so hopefully it might help someone else. BTW, this is a test hash generated on my machine and doesn't matter to anyone.
First, find config.dat on the serv... |
|
blacktraffic |
User Contributions
|
0 |
892 |
12-26-2019, 05:30 PM |
|
|
Thread: Non-printable chars in hcmask files ?
Post: Non-printable chars in hcmask files ?
Hi there,
I know I can do a rule with things like "$\x0d" to append a special char to a word from a wordlist, but I can't seem to achieve the same thing with hcmask files, e.g. this doesn't seem t... |
|
blacktraffic |
hashcat
|
2 |
918 |
01-23-2020, 02:26 PM |
|
|
Thread: Non-printable chars in hcmask files ?
Post: RE: Non-printable chars in hcmask files ?
azaran Wrote: (01-23-2020, 05:06 PM)
--
I would use ?d?l,0d,?1?1?1?1?1?1?2 and --hex-charset switch. I supose that should do the job. Someone correct me if I'm wrong
--
Perfect, thank you !
... |
|
blacktraffic |
hashcat
|
2 |
918 |
01-23-2020, 05:14 PM |
|
|
Thread: How this can be possible?
Post: RE: How this can be possible?
slyexe Wrote: (04-16-2020, 03:39 AM)
--
Means you captured two PMKIDS from two separate clients. You should not post hashes however but the output you have posted is in the format of:
PKMID*AP... |
|
blacktraffic |
hashcat
|
3 |
972 |
04-16-2020, 10:26 AM |
|
|
Thread: Unable to run on Ubuntu 18.04/Nvidia-440
Post: RE: Unable to run on Ubuntu 18.04/Nvidia-440
I have Ubuntu 19.10/nvidia-430 here and I think everything just worked as expected.
Worth trying to back out the -440 versions and installing -430, or removing nvidia-440 and downloading the driv... |
|
blacktraffic |
hashcat
|
2 |
1,073 |
04-08-2020, 10:00 AM |
|
|
Thread: dictionnary
Post: RE: dictionnary
The .bin file is the Linux one, stick with the .exe.
What would you like "at the same time" to look like? There are ways of interleaving the files for example, and you could pipe this to hashcat.... |
|
blacktraffic |
hashcat
|
4 |
1,120 |
04-08-2020, 02:27 PM |
|
|
Thread: personal wrapper script that got out of hand, 'hashcrack'
Post: personal wrapper script that got out of hand, 'has...
I don't know if this will be of any use to anyone, but I hacked it together to do some of the boring bits, like recognising what hash type a hash might be, running some unpacking scripts if needed, ch... |
|
blacktraffic |
User Contributions
|
1 |
1,217 |
01-06-2020, 12:11 PM |
|
|
Thread: Can this password type be brute forced?
Post: RE: Can this password type be brute forced?
[0-9a-zA-Z] is 26 * 2 + 10 = 62 possibilities. Let's call it 6 bits (64 possibilities) just to round to nearest.
Assuming the password is generated randomly (and I'm pretty sure KeePassX will be OK... |
|
blacktraffic |
General Talk
|
2 |
1,226 |
01-10-2020, 12:55 PM |
|
|
Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?
philsmd Wrote: (06-30-2020, 11:10 AM)
--
it's exactly like undeath explained above.
Without the -S slow mode the passwords that are too short (from the dict) are rejected immediately, while the -S m... |
|
blacktraffic |
General Talk
|
8 |
1,341 |
07-01-2020, 10:12 AM |
|
|
Thread: Can shannon entropy be used to optimize password carcking?
Post: RE: Can shannon entropy be used to optimize passwo...
Complexoctopus Wrote: (01-07-2020, 11:48 AM)
--
I am pretty sure 99% of passwords are not random so I'd imagine if hashcat had a mode in which it would not wast time on hashing random passwords crack... |
|
blacktraffic |
hashcat
|
3 |
1,374 |
01-07-2020, 02:11 PM |
|
|
Thread: possible to crack .7z file with sha-256?
Post: RE: possible to crack .7z file with sha-256?
So usually anything encrypted like this has two bits. Firstly, the encryption password, e.g. "fubar", needs to be turned into an encryption key suitable for AES. This uses a Key Derivation Function, s... |
|
blacktraffic |
hashcat
|
4 |
1,512 |
01-22-2020, 06:14 PM |
|
|
Thread: possible to crack .7z file with sha-256?
Post: RE: possible to crack .7z file with sha-256?
yugiohle Wrote: (01-22-2020, 11:39 PM)
--
so i have to use -m 11600 basically right? slow!!!
--
Yep. Someone took a reasonable amount of care to make sure it is not easy to crack. |
|
blacktraffic |
hashcat
|
4 |
1,512 |
01-23-2020, 10:56 AM |
|
|
Thread: rules attack
Post: RE: rules attack
test_kali Wrote: (04-02-2020, 05:06 PM)
--
Good morning. I have a SHA-256 hash that matches a word from the RockYou dictionary, with changes o-0, i-1, b-6, and the first letter of the word can be a c... |
|
blacktraffic |
hashcat
|
7 |
1,540 |
04-07-2020, 09:01 AM |
|
|
Thread: rules attack
Post: RE: rules attack
This worked for me, which is doing the l33tification in python - and just the capitalisation from best64.rule I guess.
Code:
--
$ python3 scripts/leetify.py /root/dict/rockyou.txt | ./hashcat64.... |
|
blacktraffic |
hashcat
|
7 |
1,540 |
04-07-2020, 10:10 AM |
|
|
Thread: Pantagrule, a really large last-resort ruleset
Post: RE: Pantagrule, a really large last-resort ruleset
undeath edit: removed completely unnecessary quote
Nice, thank you! It's certainly getting a lot out of the HIBP dataset I'm playing with.
(terrible pun though :) ) |
|
blacktraffic |
User Contributions
|
2 |
1,659 |
01-22-2020, 04:01 PM |
|
|
Thread: how to use just lower case alpha numeric only?
Post: RE: how to use just lower case alpha numeric only?
yugiohle Wrote: (01-23-2020, 11:27 AM)
--
alot of it I just randomly guessed. could you please tell me what -1 ?l?d stands for? i know ?l?d is for lower case and digits so what is -1 infront of tha... |
|
blacktraffic |
hashcat
|
5 |
1,728 |
01-23-2020, 02:21 PM |
|
|
Thread: Extracted hash from 7z archive and it is 4708 characters long, is that normal?
Post: RE: Extracted hash from 7z archive and it is 4708 ...
Complexoctopus Wrote: (01-06-2020, 02:17 PM)
--
Example hash for 11600 is much smaller
I used 7z2hashcat
--
From memory, yes? the various zip file types can generate large input data. The main ... |
|
blacktraffic |
hashcat
|
4 |
1,761 |
01-06-2020, 02:24 PM |
|
|
Thread: Extracted hash from 7z archive and it is 4708 characters long, is that normal?
Post: RE: Extracted hash from 7z archive and it is 4708 ...
Complexoctopus Wrote: (01-06-2020, 02:41 PM)
--
blacktraffic Wrote: (01-06-2020, 02:24 PM)
--
Complexoctopus Wrote: (01-06-2020, 02:17 PM)
--
Example hash for 11600 is much smaller
I used 7z2has... |
|
blacktraffic |
hashcat
|
4 |
1,761 |
01-06-2020, 03:14 PM |