Git Product home page Git Product logo

Comments (4)

brannondorsey avatar brannondorsey commented on May 20, 2024 1

From the Aircrack-ng website:

If you are having issues injecting or if you are receiving an error message talking about channel -1 or fixed channel in airodump-ng (top right of the screen) or aireplay-ng, kill the network managers using "airmon-ng check kill" before putting the wireless card in monitor mode.

I would recommend running airmon-ng check first to see if it lists any processes that may need to be killed. If so, follow that with airmon-ng check kill. If that doesn't work, I've also had luck putting my device into monitor mode manually with:

sudo ifconfig wlan0 down
sudo iwconfig wlan0 mode monitor
sudo ifconfig wlan0 up

This method puts the device into monitor mode without creating a new mon0 virtual device, so be sure to use wlan0 where you would otherwise use mon0 for all of the tasks in the tutorial.

from wifi-cracking.

ArslanAle avatar ArslanAle commented on May 20, 2024

airmon-ng check kill worked like a charm. Thanks.

from wifi-cracking.

kelega avatar kelega commented on May 20, 2024

I have the same issue but none of solutions worked for me
I used airmon-ng check kill before putting wlan in monitor mode but the problem still remain.
and solution2 give me this error :

~# sudo iwconfig wlan0 mode monitor
Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan0 ; Operation not supported.

any idea?

from wifi-cracking.

brannondorsey avatar brannondorsey commented on May 20, 2024

It looks like your device may not support monitor mode. I'd recommend purchasing a compatible USB WiFi dongle from this list.

from wifi-cracking.

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.