我是 SpiderFoot 工具的新手,我的系统上有 Kali Linux,我想首次使用默认安装的 SpiderFoot。但我收到一个错误:
Warning: passwd file contains no passwords. Authentication disabled.
Please consider adding authentication to protect this instance!
我刚刚阅读了 SpiderFoot 文档中有关安全和身份验证的部分。
如果 $HOME/.spiderfoot/passwd 中存在名为 passwd 的文件,SpiderFoot 将需要基本摘要身份验证。该文件的格式很简单 - 只需为每个帐户创建一个条目,格式为:用户名:密码
但我现在不知道具体该怎么做。请帮帮我。
答案1
您已在文档中找到了答案。通过创建/打开文件 ~/.spiderfoot/passwd 为 SpiderFoot 创建一个新用户,并插入用户名和密码组合,如下所示:
Atena:R34llyStr0ngP@assword!
然后重新启动 SpiderFoot 并使用这些凭据登录