Alex Stanev
Alex Stanev
hcxpcaptool -E -U -I and try those before returning work to the client
Add rules on per dictionary basis, then return those to crackers. This should be accounted for in the stats.
$ ./help_crack.py -dc 15 -cd 8zlist Challenge cracker for correct results Can't resume from classic aatack to custom dictionary Server response error Sleeping... $ ./help_crack.py -dc 15 -cd 8zlist Challenge...
Please allow for multiple --wordlist options on CLI. This will be useful for users having multiple dictionaries, without the need to combine them in one. Also allows for single kernel...
Tried to compile https://github.com/ZerBea/hcxtools and https://github.com/ZerBea/hcxdumptool against wolfssl through openssl compatibility layer. There are some unimplemented functions and consts: For hcxtools: `EVP_PKEY_new_CMAC_key()` For hcxdumptool: ``` ERR_FATAL_ERROR SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC SSL_OP_NO_SSLv2 SSL_OP_NO_SSLv3 EVP_PKEY_new_CMAC_key()...
## Summary When hitting hardcoded limit of 100000 results cache linkchecker eats all available RAM and eventually gets OOM killed. ## Steps to reproduce Local test with php-cli: 1. Write...
Current version fails with besside-ng: parse_hex()
Hi, I'm trying to add audited gem to redmine 4.1 through separate plugin(I'm the plugin author): https://github.com/RealEnder/redmine_auditlog This is done with simple monkey patch like this: init.rb `Group.send(:include, RedmineAuditlog::AuditlogPatch)` redmine_auditlog.rb:...