-
In the initial handshake, implementation seem to allow the use of stacked handshakes within a record. For example Java does it, and wireshark dissects it as such. We should handle that case. In this e…
-
Generally case sensitivity is great, but in this case I had a custom loader which set my device types to 'switch', 'firewall', 'router', etc. The default SUPPORTED_PLATFORMS variable is:
```
SUPPORTE…
-
I was thinking of standing up 2 carbon-relay-ng instances in a Citrix Netscaler VIP, pointing to 6 carbon daemons.
Would there be any problem with this configuration?
Currently I'm using the older,…
-
This is after reverting commit https://github.com/magnumripper/JohnTheRipper/commit/f86167a4b4945ddf880794d27061ce01cf39d86b, see https://github.com/magnumripper/JohnTheRipper/issues/1268.
I guess me…
-
It was requested that we add support to parse Netscaler w3c logs.
Some Load Balancers (Citrix Netscaler) use this w3c format.
Here is a sample log format:
```
#Version: 1.0
#Software: Netscaler Web…
-
Here is an example (cygwin64, OMP build)
```
$ OMP_NUM_THREADS=8 ../run/john -test=5 -form=tc_ripemd160
Will run 8 OpenMP threads
Benchmarking: tc_ripemd160, TrueCrypt RIPEMD160 AES256_XTS [32/64]...…
jfoug updated
9 years ago
-
```
Device 0: AMD Opteron(TM) Processor 6272
Testing: Raw-MD4-opencl [MD4 OpenCL]... FAILED (cmp_all(0))
```
-
This script also appears to require update. Possibly we can hide need for any update by changes in the benchmark-unify script, but in any case, both of these scripts should work with the new version.…
jfoug updated
9 years ago
-
I have moved this to the top post. It is a list of hashes that salt dupe is not working. It MAY be that some of these simply do not have dupe salts (many encryption based quasi-hashes will not). But o…
jfoug updated
9 years ago
-
I'd really like this, for example benchmarking only the WPA test vector from the pbkdf2-hmac-sha1 format with `--test --cost=4096`. I had a look at bench.c (lines 182 and on) and saw now obvious way t…