Arjen Verstoep

Results 13 comments of Arjen Verstoep

I did in some cases. I tried your suggestion just now but the vulnerabilities still end up in the report, even if I make the regex broader (`^cpe:/a:.*$`) Could this...

Here is the XML of the vulnerabilities for the gRPC C# package: ```xml CVE-2017-7860 CRITICAL 9.8 N L N N U H H H CRITICAL Google gRPC before 2017-02-22 has...

I'm having similar issues. prog666's example is working correctly for me too but I have had it happen with JavaScript, Python and PHP. I haven't found a consistent pattern of...

Logging in seems to be broken but the script still works if you use the CAUTH cookie from your browser. Just log in to the website as usual and look...

It seems that the 403 is caused by the user agent being sent with the HTTP requests. If I change it to something realistic (like Mozilla/5.0 (X11; Linux x86_64; rv:83.0)...

If it helps, I'm having the same issue (at exactly the same Portswigger Academy lab) but on a regular Ubuntu install with the v1.5.0 release taken from this GitHub. The...

`test.py` doesn't have a `shebang` on the first line of the script. That causes bash to execute it as a normal shell script because it doesn't know it's should be...

I have absolutely no experience with setting up a Postgres server, so it's not easy for me to test a fix. Would you be able to provide a tested patch?

When I'm sharing my webcam with the container, I also need to change the permissions to /dev/video0 inside of it. Is that also needed here, or does --privileged take care...

I needed to change this as well, before Docker 1.0 even I believe.