-
Hi Egor,
Been seeing a few issues posted here that parallel one concern I was putting into my general analysis, so I thought it better to post it here for clarification rather than leave it until lat…
-
I have serious issues with the password length requirement of 8 characters. It's far too short. This is the discussion on that.
> 5.1.1.2. Memorized Secret Verifiers
>
> Verifiers SHALL require…
-
example:
handshake file:
https://mega.nz/#!mhEUEIrK!LiPayFYpMMZHIF5EQ5SKHWR3AnWQ0lZaTFAFRTmMW2Q
wpa/wpa2 pass: 01418504041
working the handshake converted with aircrack option -J (.hccap) a…
-
example hash:
hash:
8109F61B7CED2604BA7ACA37F96B276C910E5F8BD711FB9629628C8AF32D6B9D9071FF5A4A28650A7B7703EFB0ACB52372BAF696626E106495F8D328602E4716
salt:
o}9Dh`/XH?b!$f:Dtv$Z=VFlzS+O@it1GcH/nt@S4…
-
While cracking a humongous list of hashes, I noticed the screen output of every cracked password was slowing HC down to a crawl. I re-started the job with the --quiet option, assuming it would mute th…
-
My solution contains one web project and multiple class libraries. I've set all my projects to x64.
The project runs successfully on either iis express 64 bits or iis local 64 bits.
When I hit this …
-
Trying to build today's bleeding-jumbo on GCC Compile Farm's "gcc110" configures as:
```
Target CPU ................................. powerpc64, 64-bit BE
AES-NI support .........................…
-
When attempting to crack NTLM (1000) hashes from pwdump-style output, hashcat 3.10 returns BUG feof() and ends. Testing the same hashes in 2.01 & same arguments works with no issues.
Command: hash…
-
HashView should parse the hash file before reading it with hashcat to parse out usernames. Using common tools (ntdsextract) to dump password hashes from a Domain Controller gives us
USERNAME:NT HASH…
-
Currently, we use SHA1 for encrypting users' passwords. BCrypt is more secure so we will move to it.
Reasons why are outlined in the [MOVE TO BCRYPT Trello card](https://trello.com/c/amT5t900/243-mov…