Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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 |
17,350 |
06-05-2010, 04:52 PM |
|
|
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 |
128,033 |
06-06-2010, 04:24 AM |
|
|
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 |
4,609 |
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 |
8,375 |
03-04-2015, 12:41 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 |
4,025 |
05-01-2018, 07:53 AM |
|
|
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 |
4,025 |
05-01-2018, 12:28 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 |
1,904 |
07-23-2019, 10:07 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 |
8,836 |
06-13-2018, 03:03 PM |
|
|
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 |
8,836 |
06-15-2018, 10:21 AM |
|
|
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 |
6,583 |
08-31-2016, 08:55 PM |
|
|
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 |
6,583 |
09-02-2016, 09:53 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 |
68,406 |
02-22-2015, 04:18 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 |
1,513 |
04-22-2020, 12:03 PM |
|
|
Thread: pocl benchmarks
Post: pocl benchmarks
Recently I became aware of pocl (https://portablecl.org)'s CUDA backend (https://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 |
2,402 |
05-02-2018, 04:27 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://open.demonii.com:1337&tr=udp://... |
|
hops |
General Talk
|
11 |
68,406 |
02-22-2015, 02:11 AM |