@keks24 commented on GitHub:
I could not help myself, but to improve the function once again. It is slowly growing, where I almost got to the point to create a separate repository for it, but I…
@keks24 commented on GitHub:
I found the issue!
It seems, that x-url-delete is written differently in some versions of curl as seen in the [README.md](https://github.com/dutchcoders/transfe…
@robertgendler commented on GitHub:
This has been discussed with CIS, DISA, and the team. Checks (basically any service [screen sharing, ssh, smb, etc]) will get updated to also kill the service…
@robertgendler commented on GitHub:
This was solved and added.
Slightly different but same result, killing all the services if running..
@stefanbenten commented on GitHub:
Hello @isaacKenyon,
thanks for reporting. The file has been removed. For the future, there is a contact us button near the end of the page, which definitely…
@brodjieski commented on GitHub:
Hello! This check is derived from the CIS benchmark and uses the method that they include. The team at CIS is going to review this rule and check and we will…
@keks24 commented on GitHub:
I just tested this on my end and it works for zsh and bash.
What output do you get, if you upload a small file via curl like the following?:
$ echo…
@snoopy82481 commented on GitHub:
The dev_2.0 branch has this issue in the forefront and was merged what PR #507
@gingerbeardman commented on GitHub:
Yeah, delete command is not shown when using zsh
@paolafrancesca commented on GitHub:
$ /bin/zsh
~ % transfer()
{
local file="${1}"
if [[ ! -f "${file}" ]]
then
echo -e "\e[01;31mCould not find file: '${file}'.\e[…
@paolafrancesca commented on GitHub:
nice @keks24 , thanks for sharing
I will add to README.md for the moment, since the frontend is already cluttered with examples unluckily :(
if you…
@docweirdo commented on GitHub:
I do have the same issue, although I do not believe it has anything to do with TLS ALPN like @BenHarris suggested. The documentation of the tls package states…
@pweroherc commented on GitHub:
This actually will take a bunch of refactoring since that payload and all is built in an array. Not impossible. It'll be more than just updating the YAML. It'll…