smicallef / spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
http://www.spiderfoot.net
MIT License
12.84k stars 2.24k forks source link

error adding API keys from some module and changing setting always ending with Invalid Token #1765

Closed sil2727 closed 1 year ago

sil2727 commented 1 year ago

What version of Python are you using? 3.11

What version of SpiderFoot are you using (stable release or Git master branch)? stable release 4.0.0

You may also wish to check if your issue has been posted previously: I have checked the previous issue and it was marked as complete however the solution wasn't working for me The previous solution mentioned using scanning (and stopped them then no error) but I didn't use the scan and it's idle. However, I can't add API keys.

I have tried from VirusTotal, abuseIPDB, and abstract.

Then I tried changing general settings, but it also came as an error with an invalid token and several numbers behind them.

Is there any reason why I can't change the settings?

below is the results after changing a setting and save changes (the difference was the several numbers behind invalid token text) However it resulted with an invalid token even when I was just changing the storage > Maximum bytes to store for any piece of information retrieved (0 = unlimited.) from 1024 to 0 https://pasteboard.co/CoNdojbMV9Nd.png

bcoles commented 1 year ago

Do you have multiple SpiderFoot tabs open? The token is a CRSF token. Try reloading the settings page.

sil2727 commented 1 year ago

Hello, sorry for the late reply. I successfully found the solution.

What I tried is using incognito, if I use the default (even with a different browser) it doesn't work it only works in incognito for me. Thank you for replying and helping me ^^