Skip to content

Could not put device in monitor mode #86

@ibexnet

Description

@ibexnet

HI,
I try to use owl with an wifi card that I know support monitor mode.
Below the commands used:

# iw phy `iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'` interface add mon0 type monitor
# iw mon0 info
Interface mon0
        ifindex 11
        wdev 0x100000004
        addr 00:e0:4c:4b:bb:76
        type monitor
        wiphy 1
        txpower 20.00 dBm
#
# owl -i mon0
--omitted output --
14:40:16 ERROR: Error while receiving via netlink: Operation not supported
14:40:16 ERROR: Could not put device in monitor mode: mon0
14:40:16 ERROR: could not initialize core

I used this interface with various kali tools and the monitor mode work:

# aireplay-ng --test mon0
14:40:54  Trying broadcast probe requests...
14:40:55  Injection is working!
14:40:56  Found 1 AP 

14:40:56  Trying directed probe requests...
14:40:56  AB:CD:EF:12:34:56 - channel: 11 - '****'
14:41:02  Ping (min/avg/max): 8.359ms/75.606ms/142.687ms Power: -94.75
14:41:02   4/30:  13%

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions