Yahe

Results 12 issues of Yahe

# Description I use gocryptfs to encrypt files stored on an SMB volume that I mount via `sudo mount -t cifs -o "user=$USERNAME,dir_mode=0755,file_mode=0644,uid=$(id -u $USERNAME),gid=$(id -g $USERNAME)"`. This worked flawlessly...

needs more info

This commit introduces `wrapped_openssl_seal()` and `wrapped_openssl_open()` with a custom implementation so that RC4 can be supported with OpenSSL v3 without having to reactivate legacy ciphers in the OpenSSL config. The...

3. to review
feature: encryption (server-side)

Currently the crawler joins overlong records with a space. This breaks SPF record entries that have been split within an entry (e.g. `0.spf0.hubspotemail.net`): ``` "v=spf1 ip4:3.93.157.0/24 ip4:3.210.190.0/24 ip4:18.208.124.128/25 ip4:54.174.52.0/24 ip4:54.174.57.0/24...

The tool employs - as its homepage implies - a block cipher in CBC mode. When sifting through the code I also cannot see that anything resembling authentication encryption is...

enhancement

I learned about `trurl` today and gave it go. You can get the value of a query parameter through `--get "{query:$NAME}"`. It's also possible to add multiple query parameters with...

While `--get "{query:$NAME}"` is valid syntax, `--set "query:$NAME=$VALUE"` is not. This is somewhat unintuitive. Instead, you have to use `--force-replace "$NAME=$VALUE"` which does the same thing as `--set` for all...

When providing `trurl` with a URL-encoded component that it is unhappy with (e.g. using URL-encoded characters smaller than `%20`) then the tool will not decode the component as requested but...

Currently the crawler does not handle TXT records properly, breaking SPF record entries in cases where the TXT record is split in several parts (e.g. `0.spf0.hubspotemail.net`). The crawler currently also...

The way of configuring the scripts seems to be difficult for many first-time users. Reworking this to command line arguments might improve this situation.

documentation
enhancement