Matthew Bryant

Results 14 issues of Matthew Bryant
trafficstars

Ideally this entire thing should be able to be injected into an existing extension with no issues. However currently the `redirect-hack.html` file is used to handle redirects (which will not...

enhancement

Having an appended log of queries/responses would be useful, perhaps in a CSV format.

enhancement

It would be useful to have the ability to perform a response modification or additional action if the DNS query times out. Perhaps implementing some failover functionality would be useful...

enhancement

I tried to compile this layer using the provided build script and encountered the following: ``` Step 16/20 : RUN curl http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz | tar xz ---> Running in ecab112a92fb %...

While using this library in another project I noticed it throws a `ValueError` when a CSP makes use of the `xhr-src` directive. According to [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/connect-src): > Prior to Firefox 23,...

When using `jq.promised.raw`, if you pass an invalid `` as input then all future calls to `jq.promised.raw` will return an empty string `""`. Example: ```javascript // Pass invalid JSON in...

help wanted

I can't prevent 401 authorization prompts from displaying in Chrome - this prevents the detection of routers that return a 401 for a resource. Attempting to find a workout for...

bug

sonar should be able to fingerprint specific stylesheets by what styles they change from the current document when included. We'd have to write iframes and then include the stylesheet into...

enhancement

In addition to using WebRTC to enumerate the user's IP addresses on all of their interfaces it may also be beneficial to allow manual specification of IP addresses or ranges...

enhancement

One of the problems I've encountered during fingerprint creation is an issue where there will be links to non-existant resources. This is usually just a broken resource in the app/router/device...

enhancement