mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 19:37:18 +00:00
fixed process init hostapd duplicated
This commit is contained in:
parent
eda88243a6
commit
ec283e93b8
@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- fixed settings dhcp for allow to change dhcp configuration
|
- fixed settings dhcp for allow to change dhcp configuration
|
||||||
- fixed error when execute from github actions
|
- fixed error when execute from github actions
|
||||||
- fixed set restport by default 1337
|
- fixed set restport by default 1337
|
||||||
|
- fixed process init hostapd duplicated
|
||||||
|
|
||||||
## [Released]
|
## [Released]
|
||||||
|
|
||||||
|
@ -215,9 +215,8 @@ class PumpkinShell(Qt.QObject, ConsoleUI):
|
|||||||
if ctr_name != "wireless_controller":
|
if ctr_name != "wireless_controller":
|
||||||
ctr_instance.Start()
|
ctr_instance.Start()
|
||||||
|
|
||||||
self.threads["RogueAP"].insert(0, self.wireless_controller.ActiveReactor)
|
self.threads["RogueAP"].insert(0, self.dhcp_controller.ActiveReactor)
|
||||||
self.threads["RogueAP"].insert(1, self.dhcp_controller.ActiveReactor)
|
self.threads["RogueAP"].insert(1, self.dns_controller.ActiveReactor)
|
||||||
self.threads["RogueAP"].insert(2, self.dns_controller.ActiveReactor)
|
|
||||||
self.threads["RogueAP"].extend(self.proxy_controller.ActiveReactor)
|
self.threads["RogueAP"].extend(self.proxy_controller.ActiveReactor)
|
||||||
self.threads["RogueAP"].extend(self.mitm_controller.ActiveReactor)
|
self.threads["RogueAP"].extend(self.mitm_controller.ActiveReactor)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user