Danylo Ulianych

Results 142 comments of Danylo Ulianych

@ckkelvinchan would it make sense to reduce the sequence length to 1 for a recurrent NN? It's hidden from the users where the recurrence occurs: is it initialized with zeros...

**UPDATE 08.06.22** `nvidia-full` is a deprecated (and misleading) tag created at the time when Hashcat had no CUDA support whatsoever. `nvidia-full` is an old build of Hashcat with OpenCL (not...

Then it means OpenCL driver is not properly installed for your graphics card or hashcat simply does not support your graphics card -- or rather it cannot/does not know how...

After installing Intel CPU OpenCL runtime, please download [hashcat-v5.1.0](https://github.com/hashcat/hashcat/archive/v5.1.0.zip) archived source code, extract it and build hashcat manually. It's very straightforward - `make && make install`.

@fa1rid maybe because you've installed CUDA 11 on your host system, which is shared with docker containers, and then a docker container picks 11 in favor of installed 10.2 at...

`nvidia-full` is a deprecated (and misleading) tag created at the time when Hashcat had no CUDA support whatsoever. It's is an old build of Hashcat with OpenCL (not CUDA!). `CL_PLATFORM_NOT_FOUND_KHR`...

The same behavior occurs when I try `reverse_tcp` payload inside a cmd ``` rsf (Linksys E-Series TheMoon RCE) > run [*] Running module... [+] Target is vulnerable [*] Invoking command...

Thanks for the feedback. I have several comments. 1. Isn't `ir_reflection` function you mentioned equivalent to `impulse_response` for any `spectrum`? I mean, since you assume that the frequencies are mirrored,...

I see two scenarios: 1. `ht.zeros(5) + torch.randn(5) -> ht.DNDarray` 2. `ht.zeros(5).tensor() + torch.randn(5) -> torch.Tensor` The `.(to|as)tensor` function (or `.view(torch.Tensor)`) should cast a DNDarray to a torch.Tensor without copying...

We didn't discuss this issue yet but I think your point should be a part of a larger issue of the complete refactoring of the function. That's being done, we...