kali linux 中的 MITMf 安装问题 [已关闭]

Trouble in MITMf installation in kali linux [closed]

提问人:Dave Alex 提问时间:11/15/2023 最后编辑:Dave Alex 更新时间:11/15/2023 访问量:29

问:


这个问题似乎不是关于特定的编程问题、软件算法或程序员主要使用的软件工具。如果您认为该问题在另一个 Stack Exchange 站点上是主题,您可以发表评论以解释该问题可能在哪里得到回答。

4天前关闭。

I've been trying to install MITMf on Kali Linux by following the installation guide available at MITMf Installation Guide. However, I've encountered some issues during the process.
This is the erro i get after running
      -> 2to3 -w mitmf.py
      -> python mitmf.py --help


python mitmf.py --help 
Traceback (most recent call last):
  File "/home/ab/MITMf/mitmf.py", line 29, in <module>
    import core.responder.settings as settings
  File "/home/ab/MITMf/core/responder/settings.py", line 125
    print "Warning: %s: file not found" % self.Html_Filename
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

我一直在尝试将 MITMf 的 Python 2 代码库迁移到 Python 3

python-3.x linux 网络安全 代码迁移

评论


答: 暂无答案