bug
fluxion crashes

Unable to start captive portal when use my external wifi adapter, my adapter is tp-link tl-wn722n v1 (AR9271), and yes it supported monitor mode, mdk3 aireplay-ng and any other modules are working, but why when i'm trying to start captive portal, the application says that it's unable to start. But when i use my built in wifi adapter (actually it should be written as wlp3s0, but in this time it didn't showing up, need to restart), it works, captive portal started.
*./diagnostics.sh: line 3: lib/InterfaceUtils.sh: No such file or directory
[ FLUXION Info ]
grep: fluxion.sh: No such file or directory
FLUXION V.
[ BASH Info ]
GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Path: /bin/bash
[ Interface (wlxf8d1110d2aa3) Info ]
./diagnostics.sh: line 20: interface_physical: command not found
Device: Unknown
./diagnostics.sh: line 25: interface_driver: command not found
Driver: Unsupported
./diagnostics.sh: line 30: interface_chipset: command not found
Chipset: Unknown
Injection Test: DUMA 2.5.15 (shared library, NO_LEAKDETECTION)
Copyright (C) 2006 Michael Eddington meddington@gmail.com
Copyright (C) 2002-2008 Hayati Ayguen h_ayguen@web.de, Procitec GmbH
Copyright (C) 1987-1999 Bruce Perens bruce@perens.com
Injection is working!
[ XTerm Info ]
Version: XTerm(322)
Path: /usr/bin/xterm
Test: XServer/XTerm success!
[ HostAPD Info ]
hostapd v2.4
User space daemon for IEEE 802.11 AP management,
IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
Copyright (c) 2002-2015, Jouni Malinen j@w1.fi and contributors
Path: /usr/sbin/hostapd
[ Aircrack-ng Info ]
Aircrack-ng 1.2 rc4 - (C) 2006-2015 Thomas d'Otreppe
https://www.aircrack-ng.org
[ System Info ]
Linux version 4.4.0-96-generic (buildd@lgw01-10) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017
*
Well if internal adapter is working then I guess external adapter has some driver problem.
You can try installing firmware for atheros chipset
apt-get update && apt-get install firmware-atheros
Plug your adapter and try running fluxion again.
I agree with @usama7628674, it’s likely a driver issue with your wireless hardware.
I have the same problem I'm using Kali linux and my external adapter is Alfa AWUS036ACH / 88XXau Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter.
@haloohooloo did you find a solution? i have the same adapter.
@salah2bebop you do realize this was closed and is from like 3 years ago. If you did any type of research on the AWUS036ACH you would see that the chipset it has does not support VIF. Meaning that it will not work with fluxion by its self. You would have to have a second adapter to use along with this one to properly use fluxion.
@cjb900 thanks for your reply, can you tell me what kind of adapter should
I have?
Le sam. 16 mai 2020 à 03:01, cjb900 notifications@github.com a écrit :
@salah2bebop https://github.com/salah2bebop you do realize this was
closed and is from like 3 years ago. If you did any type of research on the
AWUS036ACH you would see that the chipset it has does not support VIF.
Meaning that it will not work with fluxion by its self. You would have to
have a second adapter to use along with this one to properly use fluxion.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/FluxionNetwork/fluxion/issues/195#issuecomment-629565250,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKC4K2WUJ3ZSROYCM5GO4F3RRXQXPANCNFSM4D5VUSKA
.
Well if you want to only use one adapter then you have to have one that supports packet injection, monitor mode, and AP mode. it also has to support VIF(virtual Interfaces) if you don't mind having 2 adapters then you can probably keep that one and just get another one so one adapter is deauthing and the other one is creating the fake AP. Here is a list of known good adapters and chipsets.
Atheros AR9271 <- present in TP-Link TL-WN722N v1 or Alfa AWUS036NHA (2.4Ghz - USB)
Ralink RT2770 <- present in Alfa AWUS051NH (2.4Ghz/5Ghz - USB)
Ralink RT3070 <- present in TP-Link TL-WN7200ND or Alfa AWUS036NH (2.4Ghz - USB)
Ralink RT3572 <- present in Alfa AWUS052NHS (2.4Ghz/5Ghz - USB)
Ralink RT5372 <- present in D-Link DWA-137 (2.4Ghz - USB)
Ralink RT5572 <- present in Panda PAU09 (2.4Ghz/5Ghz - USB)
Realtek RTL8723BE <- present in Realtek RTL8723BE card (2.4Ghz - PCIe)
Thank you very much for tout reply.
Le sam. 16 mai 2020 à 03:16, cjb900 notifications@github.com a écrit :
Well if you want to only use one adapter then you have to have one that
supports packet injection, monitor mode, and AP mode. it also has to
support VIF(virtual Interfaces) if you don't mind having 2 adapters then
you can probably keep that one and just get another one so one adapter is
deauthing and the other one is creating the fake AP. Here is a list of
known good adapters and chipsets.Atheros AR9271 <- present in TP-Link TL-WN722N v1 or Alfa AWUS036NHA
(2.4Ghz - USB)
Ralink RT2770 <- present in Alfa AWUS051NH (2.4Ghz/5Ghz - USB)
Ralink RT3070 <- present in TP-Link TL-WN7200ND or Alfa AWUS036NH (2.4Ghz
- USB)
Ralink RT3572 <- present in Alfa AWUS052NHS (2.4Ghz/5Ghz - USB)
Ralink RT5372 <- present in D-Link DWA-137 (2.4Ghz - USB)
Ralink RT5572 <- present in Panda PAU09 (2.4Ghz/5Ghz - USB)
Realtek RTL8723BE <- present in Realtek RTL8723BE card (2.4Ghz - PCIe)—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/FluxionNetwork/fluxion/issues/195#issuecomment-629567328,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKC4K2XD3R7HTW7KP677W6TRRXSPFANCNFSM4D5VUSKA
.
Hello , i have a problem in the second step in fluxion for to create a "captive portal " this message appears when I select my wifi card :
] Select an interface for the access point.
[1] eth0 [+] Intel Corporation 8254EM Gigabite Ethernet Controller(rev
[2] wlan0 [+] TP-Link TL-WN722N v2
[3] Repeat
[4] Back
[fluxion2@kali]-[~] 2
[*] Unable to start captive portal interface, returning!
can someone Help please?
Hello , i have a problem in the second step in fluxion for to create a "captive portal " this message appears when I select my wifi card :
] Select an interface for the access point.
[1] eth0 [+] Intel Corporation 8254EM Gigabite Ethernet Controller(rev
[2] wlan0 [+] TP-Link TL-WN722N v2
[3] Repeat
[4] Back
[fluxion2@kali]-[~] 2
[*] Unable to start captive portal interface, returning!
can someone Help please?
you do realize that you are posting a comments on an issue that has been closed for almost 3 years. Also may be if you did any research you would know that your issue is the card you have is not supported for wifi having which is why you are having issues. there is no one that can help you other than tell you to get a new card
download the driver
then open up include/autoconf.h
look for #define CONFIG_CONCURRENT_MODE and uncomment it by removing the double forward slash
or add it
after that, build the driver then install it
make && make install
Hello , i have a problem in the second step in fluxion for to create a "captive portal " this message appears when I select my wifi card :
] Select an interface for the access point.[1] eth0 [+] Intel Corporation 8254EM Gigabite Ethernet Controller(rev
[2] wlan0 [+] TP-Link TL-WN722N v2
[3] Repeat
[4] Back[fluxion2@kali]-[~] 2
[*] Unable to start captive portal interface, returning!
can someone Help please?
Anyone with the solution is most welcomed...please help me out(I'm using TP link v2/v3 adapter)
@zebdev786 if your adapter is the TP-Link TL-WN722N v2/3 there is no solution. The chipset in that adapter does not support the proper modes to work in fluxion by its self. You would need to either get an adapter that supports monitor mode, AP mode and VIF or a second one to us with that adapter in fluxion
@cjb900 It supports monitor mode, packet injection and I can also create fake AP using it, then why it won't work?
Because that adapter does not support VIF which is needed to be able to both deauth and create the fake AP at the same time. To my knowledge there is no way to give that adapter support for VIF. There have been many that i've seen try and fail to get that adapter to work by its self. You are just going to have to either replace that adapter with a know supported one or get a second one to use with it in fluxion.
Most helpful comment
Hello , i have a problem in the second step in fluxion for to create a "captive portal " this message appears when I select my wifi card :
] Select an interface for the access point.
[1] eth0 [+] Intel Corporation 8254EM Gigabite Ethernet Controller(rev
[2] wlan0 [+] TP-Link TL-WN722N v2
[3] Repeat
[4] Back
[fluxion2@kali]-[~] 2
[*] Unable to start captive portal interface, returning!
can someone Help please?