Brennan Kinney

Results 215 issues of Brennan Kinney

**Command line / docker command to reproduce** `testssl.sh` command: `testssl.sh --file /testssl.txt --mode parallel` Docker command: ```sh run docker run --rm \ --user "$(id -u):$(id -g)" \ --network cipher-list \...

**Is your feature request related to a problem? Please describe.** Running tests via a call to `testssl.sh` and a common commands file for the `--file` option which sets `--jsonfile-pretty` (for...

### Did you check the documentation in ~/doc/ or, if it is a different problem: Did you google for it? [Yes](https://owasp.org/www-pdf-archive//Taming_the_B.E.A.S.T..pdf) (page 5): > **What is not affected** > -...

### Did you check the documentation in ~/doc/ or, if it is a different problem: Did you google for it? Yes the official docs in this repo briefly touch on...

In `ports2starttls()` line: ```sh 465) ;; # HTTPS | SMTP ``` should instead be?: ```sh 465) echo "-t smtps " ;; # HTTPS | SMTP ``` Or is this because...

The sample **interactive login** example has parameters for 16 MiB but incorrectly describes RAM used as 2 MB. MB/GB units of memory are used, but the correct representation is MiB...

I have a similar use-case like a past user discussed with you at https://github.com/buraksezer/olric/issues/9 . I have read over the README, some issues, and `olricd.yaml` config examples. I've been informed...

question

Since this repo is the main one for development and still active, could a dev please chime in on [this issue](https://github.com/Canner/canner-slate-editor/issues/65) over at the canner-slate-editor repo?

bug

Would there be interest in adding support for [Gura](https://gura.netlify.app/)? It's similar to TOML and YAML, the link details where Gura addresses these two formats drawbacks. It seems like it'd be...

I was hoping for a [Learn X in Y minutes](https://learnxinyminutes.com/) overview/breakdown, although with HCL2 that may be overly verbose to cover. I looked at the top level of the project...