Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to enable monitor mode #165

Open
Idlefase opened this issue May 29, 2022 · 5 comments
Open

Failed to enable monitor mode #165

Idlefase opened this issue May 29, 2022 · 5 comments

Comments

@Idlefase
Copy link

Hello there,

I hereby inform you about a bug in fern wifi cracker.

After a succesfull launch of the program and detecting the wifi interface it fails to read the updated status of the interface. ( after it changes the state of the wifi card)

It would print that something went wrong while NetworkManager is succesfully killed.

Killing NetworkManager and changing the state with airmon-ng doesn' t help.

The specs of the os and hardware

  • parrot linux 5.0.1 Electro Ara
  • intel network card with opensource iwlwifi package
  • packages fully updated with sudo parrot-upgrade

I would love to hear from you,

All the best,

Idlefase

@Claphatz
Copy link

Claphatz commented Aug 7, 2022

I have the same problem.
Obviously a newbie problem.
But it kinda is driving me nuts trying to figure out with my stumbling.

I am running Ubuntu Ubuntu 22.04.1 LTS

For some reason my wifi card is wlp0s20f3 and the driver also is iwlwifi

Is it a compatibility problem with the iwlwifi?

So if anyone can give us newbies some pointers even though it is tiresome we would be grateful.

@Claphatz
Copy link

Claphatz commented Aug 7, 2022

Did you manage to get it to work Idelfase?
I have concluded that my card supports monitor mode by

sudo ip link set wlp1s0 down
sudo iw wlp1s0 set monitor none
sudo ip link set wlp1s0 up

So it is not that.

Are there perhaps any alternatives to the default network manager (Ubuntu 22.04.1 LTS) that I should try?

Anyone?

@Idlefase
Copy link
Author

Idlefase commented Aug 8, 2022

I switched to a other tool.that worked Just fine. Besides the os i used back then had several package related bugs.

@sadcyberplayer
Copy link

I found a good solution:
ip link set wlan0 down
ip link set wlan0 name wlan0mon
run these two commands then run the app again and refresh
it worked for me

@jsmartinez99
Copy link

ip link set wlan0 down
ip link set wlan0 name wlan0mon
ip link set wlan0mon up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants