Jannik Vieten

Results 30 issues of Jannik Vieten

For testing playbooks and roles, it would be reasonable to tell certbot to use the staging Let's Encrypt ACME server. Especially when #12 is implemented (and for the work on...

planned

This came already up in another issue but just to keep track of it, twisted occasionally throws exceptions, cluttering the output of PowerHub. ``` Unhandled Error Traceback (most recent call...

**Describe the bug** For the XML syntax, various parts of an XML document are not highlighted. This includes the typical ` &bar; and some text ``` GitHub's highlight does almost...

I like to use bat for colorization of man pages and have the following environment variables set: ```bash MANPAGER="sh -c 'col -bx | bat -l man -p'" MANROFFOPT="-c" ``` This...

bug

While working on #4833 I encountered a problem with cracking openssl encrypted private key files. It does work with the [example key](https://github.com/openwall/john-samples/tree/main/PEM) but not with a newly generated test key....

enhancement
bug

Currently, testssl prints a big red warning when a server has no server preferred cipher order. Mozilla recently relaxed their recommendations regarding cipher order. If only strong cipher suites are...

enhancement
help wanted
important

Glad to see the new release of cheat, thanks for all the work! I'm sure it will be at least as useful as the previous version :) I noticed there...

enhancement
autocompletion
shell-integration

**A description of the problem** If a cheatsheet contains leading whitespace in the first line, it gets stripped. For example the following content ``` 10 pizza 250 pasta 1234 salat...

bug

On Fedora 28 with Python 3.6.6 I get the following problem: ``` >>> text = "TESTAA" >>> keyboard.write(text) Traceback (most recent call last): File "", line 1, in File "/some/path/venv/lib/python3.6/site-packages/keyboard/__init__.py",...

bug
linux

I wanted to open a cap file and read the packet that is in there but scapy-python3 crashes while the original scapy with Python 2 works fine: [test.cap.zip](https://github.com/phaethon/scapy/files/719965/test.cap.zip) scapy-python3: ```...