van Hauser
van Hauser
The GET request is used to get a current authentication ccokie for the next login attempt. this this answer it?
yes that would be nice, and I am open to receive a pull request for that :) as a workaround you can also use john/hashcat to create a wordlist from...
has nothing to do with cpu vs gpu. network latency and server resources to a client are the bottleneck
@dmaciejak - so what do we do? maybe adding an rdp-old service with the original hydra-rdp? it seems that the issue is unfixable in librdp
Hi Peter, pkgconfig would require to be present which is not true on all systems. yes that would be an option to use, as would be a "real" automake/configure script....
If you look at the configure script - its not autotools, its a custom small shell script. if you want pkgconfig for hydra - we will be happy to include...
yes you can upgrade. Our LTO instrumentation doesnt work on llvm 15 as they removed the ability to load own plugins in lld, but LTO is not used (and doesn't...
hmm yes there are recent changes in llvm 15 that breaks stuff. when I look at the errors these are actually errors in llvm's own header files: ``` In file...
Removing args is one option though imho it is better though not to inherit any of the afl-fuzz command line options. I am not near my computer but I think...
how about afl-fuzz is run without options and the version parsed and ensured it is at least vX.XX and abort otherwise with a notice to update? that is IMHO the...