kgolawski
kgolawski
Fresh build from current master. ``` $ ./hashcat -I -D1 hashcat (v6.2.6-851-g6716447df) starting in backend information mode OpenCL Info: ============ ... OpenCL Platform ID #2 Vendor..: Intel(R) Corporation Name....: Intel(R)...
How about it? https://github.com/hashcat/hashcat/pull/4039/files#diff-38a9c12141e4dd7627bb7684fca8f8e319c45a300f9babd390b6548c77a6133aL231
Hey @dalmatele I was quite long time ago when I worked with this script... When you take a look at the module's code you will see the hardcoded payload length...
Do you have any wallet which I can use for tests? It would be very helpful to give valid password and wallet pair. I cannot find any backup wallet which...
Backup gist with `frontend.js` code - https://gist.github.com/ventaquil/897d73cdd9c9ace5e54ecf3a2589da52.
I will take a look into that :+1:
Hey Any way to use `Appender.AppendRow` to insert into `INET`? Assume `Addr` is `[]byte`, tried: - `appender.AppendRow(Addr)` - `appender.AppendRow(net.IP(Addr))` - `appender.AppendRow(net.IP(Addr).String())` None of them works.
Shouldn't support `--color always|auto|never`?
From my point of view it should support option to decide whether I want or not to colorize output. I use Hashcat as a library in my program and extra...
Much better imho.