gpt4 book ai didi

python - wifiphisher 追溯。输入AP数量后出错

转载 作者:太空宇宙 更新时间:2023-11-04 03:47:05 26 4
gpt4 key购买 nike

最近,我在 Kali Linux 中使用了 wifi phisher 工具。当我在列表中输入 AP 数量时,我在终端中得到以下跟踪:

Traceback (most recent call last):
File "wifiphisher.py", line 743, in <module>
dhcp(dhcpconf, ap_iface)
File "wifiphisher.py", line 407, in dhcp
Popen(['ifconfig', mon_iface, 'mtu', '1400'], stdout=DN, stderr=DN)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
raise child_exception
TypeError: execv() arg 2 must contain only strings

对此有什么建议吗?

最佳答案

您可以在 sophron github 中查看您的问题,因此您可以在 wifiphisher.py 中尝试以下更改:头代码中改为python2。

更改此:

#!/usr/bin/env python

对此:

#!/usr/bin/env python2

或者在运行程序时,您必须手动选择网络:

-a MAC -c CHANAL -jI INTERFACE -aI INTERFACE

类似问题here

注意:我第一次使用 wifiphisher 时遇到了问题,因此我通过更新 Kali Linux 存储库然后升级软件来修复它。

关于python - wifiphisher 追溯。输入AP数量后出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27814481/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com