-
As far as i read everywhere a NT(LM)-Hash should be uppercase,
so maybe change
`printf("%02x", digest[i]);`
to
`printf("%02X", digest[i]);`
Thanks for that tool.
Lutz
-
https://github.com/timrdf/csv2rdf4lod-automation/blob/master/doc/examples/source/data-gov/1554-frbr-demo-explore/version/2011-Sep-19-frbr/automatic/us_economic_assistance.csv.raw.ttl.nt fstack include…
-
Hashes based on Merkle–Damgård are computed in blocks (called limbs in john's sources): input is split into blocks of fixed size, then for each block compression function is applied to old state and t…
-
-
what is the ORIG_NT_HASH,administrator NM hash,or $MACHINE.ACC:plain_password_hex?
-
I'm running Farmer on a Windows 10 machine, and accessing the following path: \\localhost@8888\whatever
The output I'm getting is {username}:{hostname}:System.Byte[]:System.Byte[]:1122334455667788
…
-
Hi
Installed pGina 3.2.4.0 on Win10Pro client and authenticating against OpenLDAP 2.4.41-9.5, SSSD 1.11.5.1-7.1 and Samba 4.2.4-6.3 on openSUSE 42.1 Leap. Samba is configured as PDC with the OpenLDAP…
-
### Environment
- Operating System: Windows_NT
- Node Version: v22.10.0
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Manager: npm@10.9.0
- Builder…
-
Hi, is there a way to run the certipy-ad tool with a user who has an empty password?
I tried -no-pass, -p '' and -p "" and after it asks for password I pressed enter and it didn't work either.
The t…
-
Not sure if this is an issue with libsmbclient or libsmbclient-php.
When setting SMBCLIENT_OPT_USE_NT_HASH to true you can access (and list etc.) the root of a DFS share but none of it's subfolders. …