GithubHelp home page GithubHelp logo

Comments (16)

MPX4132 avatar MPX4132 commented on July 21, 2024 1

Ok cool, now we know it's an issue with hostapd only. Check what happens when you try running hostapd manually. Get the configuration file, either from /tmp/fluxspace or from the fluxion directory, depending on what commit version you're on. The file is called either APService.conf or MACADDRESS-hostapd.conf. You'll need to run fluxion and try to start the attack with hostapd so that the configuration file is generated. Once you've got the configuration file, and fluxion is still running trying to start hostapd, run the following command:

# hostapd /path/to/file/APService.conf

Post the results of the command here.

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

I think I found the bug. Check to see if this slightly older version works for you: https://github.com/FluxionNetwork/fluxion/tree/1aa3d96c8abb61922ad01bbab6235910570fa827

from fluxion.

SiNaPsEr0x avatar SiNaPsEr0x commented on July 21, 2024

in debug mode this is log:

Archive: /tmp/fluxspace/file.zip
creating: /tmp/fluxspace/captive_portal/css/
inflating: /tmp/fluxspace/captive_portal/css/jquery.mobile-1.4.5.min.css
inflating: /tmp/fluxspace/captive_portal/css/main.css
creating: /tmp/fluxspace/captive_portal/js/
inflating: /tmp/fluxspace/captive_portal/js/additional-methods.min.js
inflating: /tmp/fluxspace/captive_portal/js/jquery-1.11.1.min.js
inflating: /tmp/fluxspace/captive_portal/js/jquery.mobile-1.4.5.min.js
inflating: /tmp/fluxspace/captive_portal/js/jquery.validate.min.js
inflating: /tmp/fluxspace/captive_portal/js/main.js
hostapd: nessun processo trovato
lib/ap/hostapd.sh: riga 18: kill: (23449) - Nessun processo corrisponde
Current MAC: 00:c0:ca^^^^^^ (ALFA, INC.)
Permanent MAC: 00:c0:c^^^^^^ (ALFA, INC.)
New MAC: e8:de:27:d^^^^^ (TP-LINK TECHNOLOGIES CO.,LTD.)
mdk3: nessun processo trovato
attacks/Captive Portal/attack.sh: riga 850: kill: (23471) - Nessun processo corrisponde
attacks/Captive Portal/attack.sh: riga 862: kill: (23475) - Nessun processo corrisponde
attacks/Captive Portal/attack.sh: riga 868: kill: (23479) - Nessun processo corrisponde
hostapd: nessun processo trovato
lib/ap/hostapd.sh: riga 18: kill: (23488) - Nessun processo corrisponde
[*] Starting Captive Portal access point service...

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

Check if only hostapd is affected by trying to use airbase-ng. If airbase-ng works, we can narrow it down to hostapd.

from fluxion.

SiNaPsEr0x avatar SiNaPsEr0x commented on July 21, 2024

yes on airbase-ng run correctly! but hostpad why not? and many window xterm remaining open after attack... fix it

from fluxion.

SiNaPsEr0x avatar SiNaPsEr0x commented on July 21, 2024

when fluxion is running:

root@kali:~/Scrivania# hostapd A0:4F:D4:B7:^^^^-hostapd.conf
Configuration file: A0:4F:D4:B7:^^-hostapd.conf
nl80211: Could not configure driver mode
nl80211: deinit ifname=wlan0ap disabled_11b_rates=0
nl80211 driver initialization failed.
wlan0ap: interface state UNINITIALIZED->DISABLED
wlan0ap: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0ap wasn't started

when fluxion is off and run hostapd:

Could not read interface wlan0ap flags: No such device
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlan0ap disabled_11b_rates=0
Could not read interface wlan0ap flags: No such device
nl80211 driver initialization failed.
wlan0ap: interface state UNINITIALIZED->DISABLED
wlan0ap: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0ap wasn't started

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

Did you run the command while fluxion was running the attack?

from fluxion.

SiNaPsEr0x avatar SiNaPsEr0x commented on July 21, 2024

yes.. the first part of post ^
error and dont start

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

Try creating the virtual interface yourself. First pick a wireless interface and start it as a monitor:

# airmon-ng start wlanX

That should create a new interface, such as wlanXmon.
Next, create a second virtual interface (in monitor mode) with the original monitor interface:

iw dev wlanXmon interface add wlanXap type monitor

Post the results here. It could be your driver doesn't support virtual interfaces, which is why we're going to try this. Has fluxion with hostapd ever worked with that wireless card?

from fluxion.

SiNaPsEr0x avatar SiNaPsEr0x commented on July 21, 2024

root@kali:~# airmon-ng start wlan0

Found 3 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to run 'airmon-ng check kill'

PID Name
437 NetworkManager
1249 wpa_supplicant
1412 dhclient

PHY Interface Driver Chipset

phy0 wlan0 rtl8187 Realtek Semiconductor Corp. RTL8187

	(mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon)
	(mac80211 station mode vif disabled for [phy0]wlan0)

root@kali:# iw dev wlan0mon interface add wlan0ap type monitor
root@kali:
#

running all correctly

iwconfig:
root@kali:~# iwconfig
eth0 no wireless extensions.

wlan0mon IEEE 802.11 Mode:Monitor Frequency:2.457 GHz Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on

lo no wireless extensions.

wlan0ap IEEE 802.11 Mode:Monitor Frequency:2.457 GHz Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on

root@kali:~#

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

Ok, now try running hostapd with those interfaces you made, without starting fluxion (keep it closed). Make sure your interfaces are all still up by running:

# iwconfig

wlan0mon should exits and should be in monitor mode, and wlan0ap should also still exist and be in monitor mode. If they're still there, launch the same command from earlier:

# hostapd /path/to/APService.conf

If hostapd starts successfully, there's a very high chance it's a problem with fluxion. If it throws an error, there's a high chance it's a problem with your driver.

from fluxion.

SiNaPsEr0x avatar SiNaPsEr0x commented on July 21, 2024

root@kali:~# iwconfig
wlan0mon IEEE 802.11 Mode:Monitor Frequency:2.457 GHz Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on

wlan0ap IEEE 802.11 Mode:Monitor Frequency:2.457 GHz Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on

eth0 no wireless extensions.

lo no wireless extensions.

root@kali:~#

root@kali:~/Scrivania# hostapd A0:4F:D4ììììì-hostapd.conf
Configuration file: A0:4F:D4:B7:ìììììì-hostapd.conf
nl80211: Could not configure driver mode
nl80211: deinit ifname=wlan0ap disabled_11b_rates=0
nl80211 driver initialization failed.
wlan0ap: interface state UNINITIALIZED->DISABLED
wlan0ap: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0ap wasn't started

from fluxion.

SiNaPsEr0x avatar SiNaPsEr0x commented on July 21, 2024

i tryit airmon-ng check kill:
root@kali:~# airmon-ng check kill

Killing these processes:

PID Name
639 dhclient
769 wpa_supplicant

but nothing change for hostpad idem error

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

It's extremely likely you've got a driver issue. I have a similar issue with a card using the rtl8192cu driver. I can't even bring it to monitor mode. As a last resort you can run:

export FLUXIONDropNet=1; ./fluxion

That's the last I can help you with.

from fluxion.

SiNaPsEr0x avatar SiNaPsEr0x commented on July 21, 2024

https://bugs.kali.org/view.php?id=3751 there is not my problem but of kali

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

Yeah, seems like it’s a driver issue. I’m closing this thread. I suggest using Atheros cards, I’ve never had any issues with them. Good luck.

from fluxion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.