geeknik

Results 68 comments of geeknik

I only see this error message when running `python3 sf.py -C scan_ID` on a large database. For example, I have one scan with 151619 elements, and after a few minutes...

No. In fact here is what I see from a run against the 151619 element scan: ``` spiderfoot@dev:~/spiderfoot$ python3 sf.py -C 1234567 2022-04-19 18:12:37,724 [INFO] sf : Running 38 correlation...

Well I was hopeful that by using `WEBSERVER_HTTPHEADERS` it would only look at the header name, not the value. I'm more concerned about the name of the header vs the...

Firefox is still leaps and bounds better than the alternative. Is there anything the community can do to help?

Hi @Lusito, not sure if you've been following Mozilla's progress, but here's a few things of note. Firefox 77 will support clearing IndexDB by hostname: https://bugzilla.mozilla.org/show_bug.cgi?id=1551301. Firefox 77 will also...

Any interest in adding RottenTomatoes? http://api.rottentomatoes.com/api/public/v1.0/movies.json?apikey=hbjgfgryw8tygxztr5wtag3u&q=Horror If the key doesn't work, the site returns `Developer Inactive`. 👍🏻

@ArenaL5, as is, if I try to import your rules, I see the following error: `SyntaxError: JSON.parse: expected double-quoted property name at line 285 column 3 of the JSON data`

@ArenaL5, here's a new rule to strip tracking parameters from .gif files blatantly taken from https://github.com/0x01h/gif-tracking-protection because I don't really want to install another extension. ``` [ { "uuid": "6468e7a9-440d-4727-a09e-c1a5cc386948",...

It might be necessary to exclude these values from trimming: ``` format size height width ```

We should probably whitelist `https://www.google.com/recaptcha/api2/payload*`. This rule turns `https://www.google.com/recaptcha/api2/payload?p=xxx&k=xxx` into `https://www.google.com/recaptcha/api2/payload` thus breaking half the Internet which relies on that garbage. Should investigate the [hCaptcha](https://www.hcaptcha.com/) implementation as well.