You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to search for a phishing site by turning off the override_suspicious.yaml: true instead of false, but it generated this line instead [ERROR:websocket] 2023-07-11 11:39:51,676 - error from callback <bound method CertStreamClient._on_message of <certstream.core.CertStreamClient object at 0x7f86db4c8040>>: 'NoneType' object is not iterable
Did I do something wrong?
The text was updated successfully, but these errors were encountered:
When this setting is true, the script is supposed to use the configuration from external.yaml exclusively. If external.yaml does not define all the necessary sections (such as keywords, tlds, or any other field expected by the script), it could result in a NoneType being iterated over in the score_domain function or elsewhere in the script.
I tried to search for a phishing site by turning off the
override_suspicious.yaml: true
instead of false, but it generated this line instead[ERROR:websocket] 2023-07-11 11:39:51,676 - error from callback <bound method CertStreamClient._on_message of <certstream.core.CertStreamClient object at 0x7f86db4c8040>>: 'NoneType' object is not iterable
Did I do something wrong?
The text was updated successfully, but these errors were encountered: