Christopher Schmitt

Results 25 comments of Christopher Schmitt

@strictlymike you can leave out `from __future__ import print_function` as it's not necessary in 2/3 code. It became optional in 2.6 (see https://docs.python.org/2/library/__future__.html) EDIT: Mike informed me that the import...

Part of the refactor process should include fixing up the imports; using absolute imports ([here is a good resource](http://blog.habnab.it/blog/2013/07/21/python-packages-and-you/)). This should help with custom listeners. We could also modify how...

Is this issue why I'm seeing the raven package in the error title? (We're using modules) ![theerror](https://user-images.githubusercontent.com/592749/52368328-604a4e00-2a0b-11e9-849f-a03abc672815.PNG)

Can you provide more information please: 1. What version of hashcat were you using in the above snippet 2. Can you show the output of ‘hashcat —opencl-info’? 3. Can you...

@allwithfly I tried to reproduce this by generating a file with 8,396,914 random MD5 hashes and using a larger dictionary (78,716,111 entries ~800MB) and i'm not seeing any performance impact....

Please do not use the `master` branch of hashcat as that's considered the "beta/bleeding edge" builds and often between versions of Hashcat, the C API changes which forces us to...

Yes, you are correct as it was built around how we use hashcat as a company. It may be a bit until I can work on adding additional modes but...

Sorry for the docker problems... It's just me on this project within the Company and I've had other duties in between this release and now. Q3 (starting monday) I should...

Windows is something I do want to add support for but CGO ([the interface](https://golang.org/cmd/cgo/) in which Go can call into C) on windows is...difficult. The pre/post command would be an...

@mssola Sorry, but was there a solution for this? I'm getting the same error (it crashes the background worker). I'm not sure if `external_hostname` is a configurable property?