GithubHelp home page GithubHelp logo

Comments (27)

h4cx3r avatar h4cx3r commented on July 21, 2024 1

Thanks Bro! but this also didn't worked for me. I just tested it on Fluxion 3 with many hopes but all in vain :/ . The same error occurred that the wireless card is not supported. I don't why it doesn't supporting my wireless card. Whats the problem :(( Some body help please.

from fluxion.

deltaxflux avatar deltaxflux commented on July 21, 2024 1

On wifislax:

slackpkg update
slackpkg install-new
slackpkg upgrade-all
slackpkg clean-system

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

Fluxion is on version 3 now, you can download it from here. If running it regularly doesn't work, you can try to run "export FLUXIONDropNet=1" before running fluxion v3, to kill any processes that might interfere with operations:

Go to Fluxion's directory and run:
export FLUXIONDropNet=1; ./fluxion

edit: Also, if you did download V3 before, there's been a couple of bug fixes recently that corrected lots of issues, some which are related to compatibility. Make sure you've got the absolute latest version.

Make sure you're using this tool legally.

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

Make sure your wireless card supports injection, as super user, run:

aireplay-ng --test wlanX

Look for "Injection is working!" If it doesn't come up, then something changed with your driver.
To undo the wlanX monitor interface, as super user, run:

ifconfig wlanX down
iwconfig wlanX mode managed
ifconfig wlanX up

from fluxion.

strasharo avatar strasharo commented on July 21, 2024

What's the chipset? Are you able to bring it in monitor mode manually and inject with it?

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

He might be using dash or something other than bash. Some of the parsing commands I used are bash-only, and require bash 4.0 or greater.

from fluxion.

h4cx3r avatar h4cx3r commented on July 21, 2024

Here is the log file of the error
" curl: (6) Couldn't resolve host 'raw.githubusercontent.com'
lo no wireless extensions.

eth0 no wireless extensions.

eth1 no wireless extensions.

rmmod: ERROR: could not remove 'AR9271': No such file or directory
rmmod: ERROR: could not remove module AR9271: No such file or directory
modprobe: FATAL: Module AR9271 not found in directory /lib/modules/4.4.16-smp-wifislax "

Note: Fluxion 0.23 rev 30 by DELTAX works fine on my Wireless adapter.
please try to solve my problem

from fluxion.

deltaxflux avatar deltaxflux commented on July 21, 2024

Can you also provide the output from airmon-ng ?

from fluxion.

h4cx3r avatar h4cx3r commented on July 21, 2024

Sure. Here is the output of airmon-ng
" Interface ------ Chipset ------ Driver

wlan0 ------ Atheros AR9271 ------ ath9k - [phy0] "

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

Did you modify the output at all, or did airmon-ng print it out like that?

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

What's your version of airmon-ng? You can check with:

$ man airmon-ng

Scroll to the very bottom of the manual. It seems like you're using an outdated version.
edit: Fluxion supports version 1.2-rc4

from fluxion.

h4cx3r avatar h4cx3r commented on July 21, 2024

@MPX4132 Yes I did modified the output. I thought that it would be better to understand. Sorry.
Here is the original output of airmon-ng :

"Interface Chipset Driver

wlan0 Atheros AR9271 ath9k - [phy0]"

And I am unable to check the version of airmon-ng. When I enter the command "man airmon-ng" the out put comes that " No manual entry for airmon-ng ".
What to do now? Please keep respounding and helping maybe problem get fix. Never giveup.
Note: I also tried fluxion 3 latest on Kali linux 2017 latest but I am also getting the same error on Kali linux.

from fluxion.

deltaxflux avatar deltaxflux commented on July 21, 2024

Well if no airmon-ng entry exists to use the aircrack man page.
man aircrack-ng | grep Version

Well I found an article that your network adapter is not compartible. To confirm this, we check if the adapter supports injection.
aireplay-ng --test wlanX

So in your case
aireplay-ng --test wlan0

You should see an output like:

ioctl(SIOCSIWMODE) failed: Device or resource busy
16:16:47  Trying broadcast probe requests...
16:16:47  Injection is working!
16:16:49  Found 2 APs

from fluxion.

h4cx3r avatar h4cx3r commented on July 21, 2024

Absolutely, I am getting the output of " aireplay-ng --test wlan0" same like you:

ioctl(SIOCSIWMODE) failed: Device or resource busy
19:50:59  Trying broadcast probe requests...
19:50:59  Injection is working!
19:51:01  Found 4 APs

Now in this case what is the solution?

from fluxion.

deltaxflux avatar deltaxflux commented on July 21, 2024

And which airmon / aircrack version do you have?

from fluxion.

h4cx3r avatar h4cx3r commented on July 21, 2024

I don't know which version I have. And I also don't know how to check it. And I don't know how to update it. So please don't mind and lead me :)

from fluxion.

navanchauhan avatar navanchauhan commented on July 21, 2024

apt-cache policy airmon-ng
Paste the output

from fluxion.

deltaxflux avatar deltaxflux commented on July 21, 2024

I wrote:

Well if no airmon-ng entry exists to use the aircrack man page.
man aircrack-ng | grep Version

But this should work on any debian system

apt-cache policy airmon-ng
Paste the output

from fluxion.

h4cx3r avatar h4cx3r commented on July 21, 2024

out put of "apt-cache policy airmon-ng" :
bash: apt-cache: command not found
out put of "man aircrack-ng | grep Version" :
No manual entry for aircrack-ng

from fluxion.

deltaxflux avatar deltaxflux commented on July 21, 2024

This is was meant for your kali machine

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

Yeah, the problem is an outdated version of airmon-ng. His output differs from what the program is looking to parse.

from fluxion.

h4cx3r avatar h4cx3r commented on July 21, 2024

How can I fix that? Is there any way available? or I should bought a new wifi adapter?
Is the problem in my Wifi USB adapter? or in Operating system?

from fluxion.

MPX4132 avatar MPX4132 commented on July 21, 2024

You just need to update your airmon-ng version. If you want to fix it yourself, open fluxion with a text editor and look for these lines (around line 490):

		WIAvailable[i]=$(echo "$data" | awk -F':_:' '{print $2}')
		WIAvailableInfo[i]=$(echo "$data" | awk -F':_:' '{print $4}')

And change the numbers 2 and 4 to 1 and 2:

		WIAvailable[i]=$(echo "$data" | awk -F':_:' '{print $1}')
		WIAvailableInfo[i]=$(echo "$data" | awk -F':_:' '{print $2}')

The reason I'm telling you to fix it yourself is because I don't know if we support older versions of airmon-ng. If we do support older versions, we can fix it up, otherwise we won't be able to fix it for you.

from fluxion.

h4cx3r avatar h4cx3r commented on July 21, 2024

@MPX4132 I did it bro. but it did'nt worked for me.
If you don't mind can you tell me how can i update my airmon-ng to newer version?

from fluxion.

deltaxflux avatar deltaxflux commented on July 21, 2024

Not a bug related to fluxion. Closing...

from fluxion.

evilced avatar evilced commented on July 21, 2024

HI @deltaxflux I'm seemingly experiencing the same problem than @h4cx3r

i had

root@Silver-Queen:/home/Cédric# man aircrack-ng | grep Version
GNU General Public License, Version 2 or any later version published by
Version 1.2-rc4 February 2016 AIRCRACK-NG(1)
root@Silver-Queen:/home/Cédric# aireplay-ng --test wlan0
ioctl(SIOCSIWMODE) failed: Device or resource busy
19:41:36 Trying broadcast probe requests...
19:41:36 Injection is working!
19:41:38 Found 1 AP

19:41:38 Trying directed probe requests...
19:41:38 94:FE:22:9A:5B:A3 - channel: 8 - 'White Queen'
19:41:38 Ping (min/avg/max): 0.777ms/6.583ms/18.405ms Power: -19.87
19:41:38 30/30: 100%

root@Silver-Queen:/home/Cédric# lspci | grep -i wireless
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter

from fluxion.

deltaxflux avatar deltaxflux commented on July 21, 2024

Open a new issue, please.

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.