namtacs

Results 5 issues of namtacs

Adjust spf_accounts to the [WhatsMyName JSON Changes](https://github.com/WebBreacher/WhatsMyName/issues/738). Also changes the generation of permutations: - Removes useless list to set conversion (changes the list to be a set) - Changes the...

Add the common dev port 8000 to sfp_portscan_tcp's defaults and correlate these results with a potential development port (MEDIUM risk).

When the response json can't be decoded straight away (the llm included multiple responses), search the text for all json-looking strings and pick the longest one. This massively helps with...

This is an improved replacement pr for #188. If this gets merged, #188 needs to be closed. Right now, if you try to request more than 40 data entries from...

Previously launching appimage 0.2.6 on Debian/Linux 13 resulted in a fully transparent window with no gui. This is a tauri issue, but launching with `env WEBKIT_DISABLE_COMPOSITING_MODE=1 ./liquidlauncher` fixed it. In...