【发布时间】:2015-01-07 07:33:37
【问题描述】:
最近,我在 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
对此有何建议?
【问题讨论】:
标签: python linux exception terminal wifi