Closed armaanfarshori closed 1 year ago
What version of SpiderFoot are you using (stable release or Git master branch)? Spiderfoot v3.0
This version of SpiderFoot is extremely old. Version 3.0 was released more than 3 years ago.
The OSINT world moves very fast. Data sources are constantly changing.
The format of the JSON file provided by WebBreacher/WhatsMyName has since changed. The sfp_accounts
SpiderFoot module has been updated to support these changes; however, this updated version is only available in the latest version of SpiderFoot from the GitHub repository.
Stupid of me. Yeah it works.
['Traceback (most recent call last):\n', ' File "/usr/share/spiderfoot/sfscan.py", line 180, in startScan\n mod.setup(self.ts.sf, self.ts.modconfig[modName])\n', ' File "/usr/share/spiderfoot/modules/sfp_accounts.py", line 80, in setup\n self.sites = json.loads(content)[\'sites\']\n', ' File "/usr/lib/python3.9/json/init.py", line 346, in loads\n return _default_decoder.decode(s)\n', ' File "/usr/lib/python3.9/json/decoder.py", line 340, in decode\n raise JSONDecodeError("Extra data", s, end)\n', 'json.decoder.JSONDecodeError: Extra data: line 1 column 4 (char 3)\n']
What version of Python are you using? Python 3.9.2 What version of SpiderFoot are you using (stable release or Git
master
branch)? Spiderfoot v3.0