spiderfoot
spiderfoot copied to clipboard
spf_accounts: Support sites with unsupported characters (#1803)
Adjust spf_accounts to the WhatsMyName JSON Changes. Also changes the generation of permutations:
- Removes useless list to set conversion (changes the list to be a set)
- Changes the case for account names
- Adds a setting to control the number of permutations
- Adds a second, smaller replacements dict that is used when the number of permutations is low
Fixes #1803.