Wifipumpkin3で原因不明のエラーが発生します。
Discussion
Closed
wifipumpkin3にてこのサイトhttps://reigadaopsec.com/how-to-create-a-fake-access-point-with-wifipumpkin3/ を模倣してプロキシをカスタムしてみたのですが、以下のような結果になってしまいます。一通り調べてみたのですが、同じ内容で困っている方が少なく解決できそうにありません。
何かわかることある方いらっしゃいましたらご教授いただきたいです。
root@kali:~/wifipumpkin3# sudo wifipumpkin3
_ ___ _____ ___ __ _ ____
| | /| / (_) __(_)___/ _ \__ ____ _ ___ / /__ (_)__ |_ /
| |/ |/ / / _// /___/ ___/ // / ' \/ _ \/ '_// / _ \_/_ <
|__/|__/_/_/ /_/ /_/ \_,_/_/_/_/ .__/_/\_\/_/_//_/____/
/_/
codename: AKUANDUBA
by: @mh4x0f - P0cL4bs Team | version: 1.0.7
[*] Session id: 7e126294-d78c-11ea-b220-a14ec8c01565
Starting prompt...
wp3 > set interface wlan0
wp3 > set ssid Free_WiFi
wp3 > set proxy captiveflask true
wp3 > set captiveflask.Mcdonalds true
wp3 > ignore pydns_server
wp3 > start
[+] enable forwarding in iptables...
[*] sharing internet connection with NAT...
[*] settings for captive portal:
[*] allow FORWARD UDP DNS
[*] allow traffic to captive portal
[*] block all other traffic in access point
[*] redirecting HTTP traffic to captive portal
Traceback (most recent call last):
File "/usr/local/bin/wifipumpkin3", line 33, in <module>
sys.exit(load_entry_point('wifipumpkin3==1.0.7', 'console_scripts', 'wifipumpkin3')())
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/__main__.py", line 106, in main
prompt.cmdloop("Starting prompt...")
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/common/terminal.py", line 44, in cmdloop
super(ConsoleUI, self).cmdloop(intro="")
File "/usr/lib/python3.8/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/common/terminal.py", line 166, in onecmd
Cmd.onecmd(self, command)
File "/usr/lib/python3.8/cmd.py", line 217, in onecmd
return func(arg)
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/common/console.py", line 216, in do_start
ctr_instance.Start()
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/controllers/proxycontroller.py", line 128, in Start
self.Active.boot()
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/servers/proxy/captiveflask.py", line 124, in boot
self.reactor = ProcessThread({"captiveflask": self.CMD_ARRAY})
AttributeError: 'CaptivePortal' object has no attribute 'CMD_ARRAY'
QProcess: Destroyed while process ("iptables") is still running.
QProcess: Destroyed while process ("iptables") is still running.
QProcess: Destroyed while process ("iptables") is still running.
QProcess: Destroyed while process ("iptables") is still running.
QProcess: Destroyed while process ("iptables") is still running.
QProcess: Destroyed while process ("iptables") is still running.
Exception ignored in: <function WorkerProcess.__del__ at 0x7fee650e3af0>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/common/threads.py", line 237, in __del__
RuntimeError: wrapped C/C++ object of type QProcess has been deleted
Exception ignored in: <function WorkerProcess.__del__ at 0x7fee650e3af0>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/common/threads.py", line 237, in __del__
RuntimeError: wrapped C/C++ object of type QProcess has been deleted
Exception ignored in: <function WorkerProcess.__del__ at 0x7fee650e3af0>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/common/threads.py", line 237, in __del__
RuntimeError: wrapped C/C++ object of type QProcess has been deleted
Exception ignored in: <function WorkerProcess.__del__ at 0x7fee650e3af0>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/common/threads.py", line 237, in __del__
RuntimeError: wrapped C/C++ object of type QProcess has been deleted
Exception ignored in: <function WorkerProcess.__del__ at 0x7fee650e3af0>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/common/threads.py", line 237, in __del__
RuntimeError: wrapped C/C++ object of type QProcess has been deleted
Exception ignored in: <function WorkerProcess.__del__ at 0x7fee650e3af0>
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/wifipumpkin3/core/common/threads.py", line 237, in __del__
RuntimeError: wrapped C/C++ object of type QProcess has been deleted
root@kali:~/wifipumpkin3#
0