|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: "?a" charset not exploring full keyspace (solved)
Post: RE: "?a" charset not exploring full keyspace
| Your test hashes are correct, which is a good start. However I've noticed your command doesn't match the screenshot you've uploaded. For example: the screenshot shows Optimized Kernel while your comma... |
|
hops |
hashcat
|
8 |
25,133 |
09-08-2022, 11:43 PM |
| |
|
Thread: Generating more precise candidates
Post: RE: Generating more precise candidates
| Sounds like a job for policygen from PACK https://github.com/iphelix/PACK
It will generate a mask file for you and also give you a rough estimate of how long it will take to complete.
Using your exa... |
|
hops |
hashcat
|
1 |
7,292 |
08-22-2021, 03:40 PM |
| |
|
Thread: DES-ECB
Post: RE: DES-ECB
| In DES the least significant bit of each key byte is used as parity bit and does not affect the en-/decryption process.
0xcc in binary is 11001100 while 0xcd is 11001101. Only the last bit (least sign... |
|
hops |
hashcat
|
7 |
27,218 |
04-22-2020, 12:03 PM |
| |
|
Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :
| I would like you to not use a big font. I do need glasses to see properly but luckily it's not as bad.
To answer your question: It's not supported and most likely never will. |
|
hops |
hashcat
|
5 |
18,536 |
07-23-2019, 10:07 AM |
| |
|
Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect
| That is indeed some awesome reverse engineering!
There's something interesting going on with the Key. 3DES has three keys and performs DES on the plaintext with encryption, decryption and encryptio... |
|
hops |
hashcat
|
10 |
46,402 |
06-15-2018, 10:21 AM |
| |
|
Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect
| These D3S values are certainly encrypted, obfuscated or both. Why?
https://0x0.st/sLZj.png
The authentication mechanisms APOP, CRAM-MD5 and DIGEST-MD5 all have something in common: The server has ... |
|
hops |
hashcat
|
10 |
46,402 |
06-13-2018, 03:03 PM |
| |
|
Thread: pocl benchmarks
Post: pocl benchmarks
| Recently I became aware of pocl (http://portablecl.org)'s CUDA backend (http://portablecl.org/docs/html/cuda.html) and decided to test it with hashcat.
I didn't expect much so I was astonished by the... |
|
hops |
hashcat
|
1 |
10,522 |
05-02-2018, 04:27 PM |
| |
|
Thread: NTLM password not found
Post: RE: NTLM password not found
| Good thinking but no that does not work. The reason: the UTF-16 expansion will still be applied (happens on GPU).
So 46007200 will become 46000000 72000000 etc. However if you use -m 900 (MD4) hashca... |
|
hops |
hashcat
|
5 |
24,059 |
05-01-2018, 12:28 PM |
| |
|
Thread: NTLM password not found
Post: RE: NTLM password not found
|
DanielG Wrote: (04-30-2018, 02:17 PM)
--
This is very strange, maybe hashcat doesn't do unicode well?
--
That's correct. At least for NTLM or any other kernel using the make_utf16* functions (defin... |
|
hops |
hashcat
|
5 |
24,059 |
05-01-2018, 07:53 AM |
| |
|
Thread: hashcat on parallella?
Post: RE: hashcat on parallella?
| As far as I know they only produced prototypes of the 64 core chip.
The founder of Adapteva mentioned in the AmpHour podcast (episode 254) that a production run would cost 3 million dollars.
Their l... |
|
hops |
General Talk
|
5 |
22,926 |
09-02-2016, 09:53 PM |
| |
|
Thread: hashcat on parallella?
Post: RE: hashcat on parallella?
| It looks like it has OpenCL support using the COPRTHR-1 [1] library
There's also a quick start guide [2] with functions and data types listed which are supported.
@escugs: you shouldn't wait for t... |
|
hops |
General Talk
|
5 |
22,926 |
08-31-2016, 08:55 PM |
| |
|
Thread: Rules: Order of Operation
Post: RE: Rules: Order of Operation
| Yes rules are processed from left to right.
If you are unsure or want to test your rules use the --stdout option.
Code:
--
$ cat rule
l $9$9 ss5 s98 c
$ cat word
PASSWORD
$ ./hashcat64.bin -... |
|
hops |
hashcat
|
3 |
17,789 |
07-10-2016, 10:13 AM |
| |
|
Thread: QBW Encoding, Hash Extraction
Post: RE: QBW Encoding, Hash Extraction
| I don't know anything about Quickbooks but I work with SQL Anywhere on a daily basis.
You say these QBW files "use a SQL Anywere structure". So it probably meens that's just a SQL Anywhere database f... |
|
hops |
General Talk
|
2 |
21,448 |
03-04-2015, 12:41 PM |
| |
|
Thread: Facebook's directory
Post: RE: Facebook's directory
| Thanks for the feedback and I'm glad you like it!
ati6990: you're willkommen ;)
All I did was doing a lot of HTTP GET requests on a public part of facebook.com, parsing the result and store them i... |
|
hops |
General Talk
|
11 |
149,193 |
02-22-2015, 04:18 PM |
| |
|
Thread: Facebook's directory
Post: Facebook's directory
| Before continue reading, grab the torrent and start downloading.
magnet link:
Code:
--
magnet:?xt=urn:btih:715e5820f10df054cff37f791bfbd4a29504598d&dn=fbdir&tr=udp%3A%2F%2Ftracker.opentrackr.org%... |
|
hops |
General Talk
|
11 |
149,193 |
02-22-2015, 02:11 AM |
| |
|
Thread: Share your OpenCLHashcat speeds.
Post: RE: Share your OpenCLHashcat speeds.
|
Code:
--
./oclHashcat64.bin example.hash -n 80 --gpu-loops 1024 -m 0 -1 ?l?d ?1?1?1?1 ?1?1?1?1
oclHashcat v0.19 starting...
Platforms: 1
Platform: Advanced Micro Devices, Inc., OpenCL 1.0 ATI-... |
|
hops |
Very old oclHashcat Support
|
41 |
363,795 |
06-06-2010, 04:24 AM |
| |
|
Thread: What linux distro do you recommend?
Post: RE: What linux distro do you recommend?
| you can setup a ubuntu server without gui using the ubuntu alternate cd
or if you want to take a deeper look into linux, i recommend you arch linux |
|
hops |
Old hashcat Support
|
8 |
45,990 |
06-05-2010, 04:52 PM |