derv82 / wifite2

Rewrite of the popular wireless network auditor, "wifite"
GNU General Public License v2.0
6.47k stars 1.32k forks source link

Cannot find any interfaces in Mode:Monitor #86

Open loskiq opened 6 years ago

loskiq commented 6 years ago

Wifite2 does not work on Raspberry Pi 3 Model B:

root@raspberrypi:~/wifite2# ./Wifite.py
  .               .
.´  ·  .     .  ·  `.  wifite 2.1.4
:  :  :  (¯)  :  :  :  automated wireless auditor
`.  ·  ` /¯\ ´  ·  .´  https://github.com/derv82/wifite2
  `     /¯¯¯\     ´

 [!] warning: recommended app reaver was not found
 [!] warning: recommended app bully was not found
 [!] warning: recommended app cowpatty was not found
 [!] warning: recommended app pyrit was not found
 [!] warning: recommended app macchanger was not found
 [!] warning: recommended app tshark was not found
 [!] recommended app(s) were not found
 [!] wifite may not work as expected

 [+] looking for wireless interfaces

    Interface   PHY   Driver              Chipset
-----------------------------------------------------------------------
 1. wlan0       phy0  brcmfmac            Broadcom 43430

 [+] enabling monitor mode on wlan0... failed
failed

 [!] Error: Cannot find any interfaces in Mode:Monitor

 [!] Full stack trace below

 [!]    Traceback (most recent call last):
 [!]    File "/root/wifite2/wifite/wifite.py", line 236, in run
 [!]        w.main()
 [!]    File "/root/wifite2/wifite/wifite.py", line 46, in main
 [!]        Configuration.get_monitor_mode_interface()
 [!]    File "/root/wifite2/wifite/config.py", line 113, in get_monitor_mode_interface
 [!]        Configuration.interface = Airmon.ask()
 [!]    File "/root/wifite2/wifite/tools/airmon.py", line 311, in ask
 [!]        iface.interface = Airmon.start(iface)
 [!]    File "/root/wifite2/wifite/tools/airmon.py", line 183, in start
 [!]        raise Exception("Cannot find any interfaces in Mode:Monitor")
 [!]  Exception: Cannot find any interfaces in Mode:Monitor

 [!] Exiting

root@raspberrypi:~/wifite2#
seanbperiod commented 6 years ago

I had this issue, and used "airmon-ng check kill" before running wifite, and then it ran fine.

derv82 commented 6 years ago

Please provide the output of these commands:

airodump-ng start wlan0

and then

iwconfig

So I can dive deeper.

seanbperiod commented 6 years ago

Here's what comes up when first running wifite after a fresh boot:

[+] enabling monitor mode on wlan0... failed failed

[!] Error: Cannot find any interfaces in Mode:Monitor

[!] Full stack trace below

[!] Traceback (most recent call last): [!] File "/root/wifite2/wifite/wifite.py", line 236, in run [!] w.main() [!] File "/root/wifite2/wifite/wifite.py", line 46, in main [!] Configuration.get_monitor_mode_interface() [!] File "/root/wifite2/wifite/config.py", line 113, in get_monitor_mode_interface [!] Configuration.interface = Airmon.ask() [!] File "/root/wifite2/wifite/tools/airmon.py", line 311, in ask [!] iface.interface = Airmon.start(iface) [!] File "/root/wifite2/wifite/tools/airmon.py", line 183, in start [!] raise Exception("Cannot find any interfaces in Mode:Monitor") [!] Exception: Cannot find any interfaces in Mode:Monitor

[!] Exiting

And then ran airodump-ng start wlan0 and then iwconfig: https://cl.ly/rr6O (for some reason i couldn't copy over the text from vm easily)

derv82 commented 6 years ago

airmon-ng is for putting wireless devices in/out of monitor mode.

airodump-ng is for scanning wireless networks using a device that is already in monitor mode.

What's the output of this command:

airmon-ng start wlan0

pablopunk commented 5 years ago

@loskiq did u solve this issue?

ghost commented 5 years ago

Yeah can you give us the output of ifconfig and iwconfig

pablopunk commented 5 years ago

@blmvxer

root@kali:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.60  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::a00:27ff:fe95:8c5e  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:95:8c:5e  txqueuelen 1000  (Ethernet)
        RX packets 665  bytes 52401 (51.1 KiB)
        RX errors 0  dropped 35  overruns 0  frame 0
        TX packets 71  bytes 7141 (6.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 48:65:ee:19:ae:fb  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 24  bytes 1356 (1.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 24  bytes 1356 (1.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=803<UP,BROADCAST,NOTRAILERS,PROMISC,ALLMULTI>  mtu 1500
        unspec 00-C0-CA-A5-0E-85-30-3A-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
        RX packets 489519  bytes 0 (0.0 B)
        RX errors 0  dropped 488852  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

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

eth0      no wireless extensions.

eth1      no wireless extensions.

wlan0     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Auto  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
ghost commented 5 years ago

Okay now what does it look like after sudo airmon-ng start wlan0 && ifconfig

kimocoder commented 5 years ago

Excuse me. "sudo airmon-ng start wlan0 && iwconfig" instead

pablopunk commented 5 years ago

@blmvxer

airmon-ng start wlan0 returns:

PHY Interface   Driver      Chipset

phy0    wlan0       rtl8814au   Realtek Semiconductor Corp. 

Error setting channel: command failed: Operation not supported (-95)

Same output for iwconfig

ghost commented 5 years ago

Your card rtl8814au needs a custom driver for monitor mode

https://github.com/aircrack-ng/rtl8812au

pablopunk commented 5 years ago

@blmvxer aha! That made it work. I had https://github.com/zebulon2/rtl8814au drivers but they didn't make monitor mode work

Thanks!

ghost commented 5 years ago

@blmvxer aha! That made it work. I had https://github.com/zebulon2/rtl8814au drivers but they didn't make monitor mode work

Thanks!

anytime dude. If you need anymore help don't hesitate to ask. :)

kimocoder commented 5 years ago

Pushing a collection of updates/fixes to the drivers inn a week.

Sicks3c commented 5 years ago

Hey I have the same problem running kali in a VM with NAT network

this is the output of 'ifconfig'

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.102  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::a00:27ff:fe95:8c5e  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:95:8c:5e  txqueuelen 1000  (Ethernet)
        RX packets 56  bytes 7443 (7.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 57  bytes 9374 (9.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

output of airmon-ng start wlan0

Found 2 processes that could cause trouble.
Kill them using 'airmon-ng check kill' before putting
the card in monitor mode, they will interfere by changing channels
and sometimes putting the interface back in managed mode

  PID Name
  494 NetworkManager
  677 dhclient

PHY Interface Driver Chipset

pablopunk commented 5 years ago

@amiralkizaru but do you have a USB wifi receiver?

ghost commented 5 years ago

@amiralkizaru can you send a dmesg

Sicks3c commented 5 years ago

@pablopunk no it is a must ?

Sicks3c commented 5 years ago

@blmvxer here : `[ 0.000000] Linux version 4.18.0-kali3-amd64 (devel@kali.org) (gcc version 7.3.0 (Debian 7.3.0-30)) #1 SMP Debian 4.18.20-2kali2 (2018-11-30) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.18.0-kali3-amd64 root=UUID=6dd998d9-9743-48ab-9a30-6a2953e0d2fa ro initrd=/install/initrd.gz quiet [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'

[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000001fff0000-0x000000001fffffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] last_pfn = 0x1fff0 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR variable ranges disabled: [ 0.000000] Disabled [ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too. [ 0.000000] CPU MTRRs all blank - virtualized system. [ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [(ptrval)] [ 0.000000] Base memory trampoline at [(ptrval)] 99000 size 24576 [ 0.000000] BRK [0x16851000, 0x16851fff] PGTABLE [ 0.000000] BRK [0x16852000, 0x16852fff] PGTABLE [ 0.000000] BRK [0x16853000, 0x16853fff] PGTABLE [ 0.000000] BRK [0x16854000, 0x16854fff] PGTABLE [ 0.000000] BRK [0x16855000, 0x16855fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x1d12a000-0x1f50afff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX ) [ 0.000000] ACPI: XSDT 0x000000001FFF0030 00003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061) [ 0.000000] ACPI: FACP 0x000000001FFF00F0 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) [ 0.000000] ACPI: DSDT 0x000000001FFF0470 0021FF (v02 VBOX VBOXBIOS 00000002 INTL 20100528) [ 0.000000] ACPI: FACS 0x000000001FFF0200 000040 [ 0.000000] ACPI: FACS 0x000000001FFF0200 000040 [ 0.000000] ACPI: APIC 0x000000001FFF0240 00005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061) [ 0.000000] ACPI: SSDT 0x000000001FFF02A0 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffeffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffeb000-0x1ffeffff] [ 0.000000] kvm-clock: cpu 0, msr 0:1ffe2001, primary cpu clock [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: using sched offset of 16442296852 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffeffff] [ 0.000000] Reserved but unavailable: 114 pages [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffeffff] [ 0.000000] On node 0 totalpages: 130958 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3998 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 1984 pages used for memmap [ 0.000000] DMA32 zone: 126960 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] [mem 0x20000000-0xfebfffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x52e with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] percpu: Embedded 44 pages/cpu @(ptrval) s142744 r8192 d29288 u1048576 [ 0.000000] pcpu-alloc: s142744 r8192 d29288 u1048576 alloc=12097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 128889 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.18.0-kali3-amd64 root=UUID=6dd998d9-9743-48ab-9a30-6a2953e0d2fa ro initrd=/install/initrd.gz quiet [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 455436K/523832K available (10252K kernel code, 1227K rwdata, 3256K rodata, 1568K init, 656K bss, 68396K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 31279 entries in 123 pages [ 0.004000] Hierarchical RCU implementation. [ 0.004000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2. [ 0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.004000] NR_IRQS: 33024, nr_irqs: 440, preallocated irqs: 16 [ 0.004000] Console: colour VGA+ 80x25 [ 0.004000] console [tty0] enabled [ 0.004000] ACPI: Core revision 20180531 [ 0.004000] APIC: Switch to symmetric I/O mode setup [ 0.004000] x2apic enabled [ 0.004000] Switched APIC routing to physical x2apic. [ 0.007834] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.008007] tsc: Detected 2591.596 MHz processor [ 0.008018] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x255b3928676, max_idle_ns: 440795202126 ns [ 0.008021] Calibrating delay loop (skipped) preset value.. 5183.19 BogoMIPS (lpj=10366384) [ 0.008026] pid_max: default: 32768 minimum: 301 [ 0.008094] Security Framework initialized [ 0.008096] Yama: disabled by default; enable with sysctl kernel.yama. [ 0.008131] AppArmor: AppArmor initialized [ 0.008260] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.008318] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.008334] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.008338] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.012133] mce: CPU supports 0 MCE banks [ 0.012165] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.012167] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.012171] Spectre V2 : Mitigation: Full generic retpoline [ 0.012172] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.012174] Speculative Store Bypass: Vulnerable [ 0.012487] Freeing SMP alternatives memory: 24K [ 0.016000] smpboot: CPU0: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz (family: 0x6, model: 0x3a, stepping: 0x9) [ 0.016000] Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only. [ 0.016000] Hierarchical SRCU implementation. [ 0.016000] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.016000] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.016000] smp: Bringing up secondary CPUs ... [ 0.016000] x86: Booting SMP configuration: [ 0.016000] .... node #0, CPUs: #1 [ 0.004000] kvm-clock: cpu 1, msr 0:1ffe2041, secondary cpu clock [ 0.004000] mce: CPU supports 0 MCE banks [ 0.016053] smp: Brought up 1 node, 2 CPUs [ 0.016053] smpboot: Max logical packages: 1 [ 0.016053] smpboot: Total of 2 processors activated (10366.38 BogoMIPS) [ 0.016254] devtmpfs: initialized [ 0.016254] x86/mm: Memory block size: 128MB [ 0.016851] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.016851] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.016851] pinctrl core: initialized pinctrl subsystem [ 0.017491] NET: Registered protocol family 16 [ 0.020037] audit: initializing netlink subsys (disabled) [ 0.020090] audit: type=2000 audit(1544181824.882:1): state=initialized audit_enabled=0 res=1 [ 0.020288] cpuidle: using governor ladder [ 0.020288] cpuidle: using governor menu [ 0.020288] ACPI: bus type PCI registered [ 0.020288] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.020427] PCI: Using configuration type 1 for base access [ 0.024223] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.024223] ACPI: Added _OSI(Module Device) [ 0.024223] ACPI: Added _OSI(Processor Device) [ 0.024223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.024223] ACPI: Added _OSI(Processor Aggregator Device) [ 0.024223] ACPI: Added _OSI(Linux-Dell-Video) [ 0.031337] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.035717] ACPI: Interpreter enabled [ 0.035750] ACPI: (supports S0 S5) [ 0.035752] ACPI: Using IOAPIC for interrupt routing [ 0.036451] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.036833] ACPI: Enabled 2 GPEs in block 00 to 07 [ 0.052132] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.052142] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.052188] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 0.052208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.053014] PCI host bridge to bus 0000:00 [ 0.053020] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.053025] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.053030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.053035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfdffffff window] [ 0.053040] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.053138] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 0.054533] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 [ 0.056476] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a [ 0.057504] pci 0000:00:01.1: reg 0x20: [io 0xd000-0xd00f] [ 0.057908] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.057912] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.057916] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.057920] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.058544] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000 [ 0.063669] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref] [ 0.093069] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 [ 0.094197] pci 0000:00:03.0: reg 0x10: [mem 0xf0000000-0xf001ffff] [ 0.096333] pci 0000:00:03.0: reg 0x18: [io 0xd010-0xd017] [ 0.101819] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 [ 0.103172] pci 0000:00:04.0: reg 0x10: [io 0xd020-0xd03f] [ 0.104426] pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff] [ 0.105341] pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref] [ 0.109959] pci 0000:00:05.0: [8086:2415] type 00 class 0x040100 [ 0.110317] pci 0000:00:05.0: reg 0x10: [io 0xd100-0xd1ff] [ 0.110507] pci 0000:00:05.0: reg 0x14: [io 0xd200-0xd23f] [ 0.112516] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 [ 0.113529] pci 0000:00:06.0: reg 0x10: [mem 0xf0804000-0xf0804fff] [ 0.121373] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 [ 0.122628] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI [ 0.122655] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB [ 0.124122] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601 [ 0.125714] pci 0000:00:0d.0: reg 0x10: [io 0xd240-0xd247] [ 0.126692] pci 0000:00:0d.0: reg 0x14: [io 0xd248-0xd24b] [ 0.127745] pci 0000:00:0d.0: reg 0x18: [io 0xd250-0xd257] [ 0.128315] pci 0000:00:0d.0: reg 0x1c: [io 0xd258-0xd25b] [ 0.129612] pci 0000:00:0d.0: reg 0x20: [io 0xd260-0xd26f] [ 0.130721] pci 0000:00:0d.0: reg 0x24: [mem 0xf0806000-0xf0807fff] [ 0.137361] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 11) [ 0.138124] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 11) [ 0.138378] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 10 11) [ 0.138625] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 11) [ 0.139208] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.139208] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.140013] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.140015] vgaarb: loaded [ 0.140178] pps_core: LinuxPPS API ver. 1 registered [ 0.140180] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.140187] PTP clock support registered [ 0.140214] EDAC MC: Ver: 3.0.0 [ 0.141149] PCI: Using ACPI for IRQ routing [ 0.141149] PCI: pci_cache_line_size set to 64 bytes [ 0.141149] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] [ 0.141149] e820: reserve RAM buffer [mem 0x1fff0000-0x1fffffff] [ 0.144871] clocksource: Switched to clocksource kvm-clock [ 0.182800] VFS: Disk quotas dquot_6.6.0 [ 0.182834] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.183108] AppArmor: AppArmor Filesystem Enabled [ 0.183152] pnp: PnP ACPI init [ 0.183294] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.183519] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active) [ 0.185353] pnp: PnP ACPI: found 2 devices [ 0.200748] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.200766] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.200769] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.200773] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.200776] pci_bus 0000:00: resource 7 [mem 0x20000000-0xfdffffff window] [ 0.200889] NET: Registered protocol family 2 [ 0.201280] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes) [ 0.201300] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.201326] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.201353] TCP: Hash tables configured (established 4096 bind 4096) [ 0.201390] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.201397] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.201448] NET: Registered protocol family 1 [ 0.201464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.201518] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.201638] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.204300] PCI: CLS 0 bytes, default 64 [ 0.204382] Unpacking initramfs... [ 1.530367] Freeing initrd memory: 36740K [ 1.530486] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255b3928676, max_idle_ns: 440795202126 ns [ 1.530540] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 1.531580] Initialise system trusted keyrings [ 1.531788] workingset: timestamp_bits=40 max_order=17 bucket_order=0 [ 1.536776] zbud: loaded [ 1.537479] pstore: using deflate compression [ 1.970634] Key type asymmetric registered [ 1.970637] Asymmetric key parser 'x509' registered [ 1.970716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 1.970841] io scheduler noop registered [ 1.970843] io scheduler deadline registered [ 1.970897] io scheduler cfq registered (default) [ 1.970900] io scheduler mq-deadline registered [ 1.971206] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 1.971228] intel_idle: Please enable MWAIT in BIOS SETUP [ 1.971606] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.972945] Linux agpgart interface v0.103 [ 1.973151] AMD IOMMUv2 driver by Joerg Roedel jroedel@suse.de [ 1.973152] AMD IOMMUv2 functionality not available on this system [ 1.973594] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.974367] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.974374] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.974725] mousedev: PS/2 mouse device common for all mice [ 1.975749] rtc_cmos rtc_cmos: registered as rtc0 [ 1.975864] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 1.976192] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram [ 1.976312] ledtrig-cpu: registered to indicate activity on CPUs [ 1.976882] NET: Registered protocol family 10 [ 1.984874] Segment Routing with IPv6 [ 1.984923] mip6: Mobile IPv6 [ 1.984926] NET: Registered protocol family 17 [ 1.984932] mpls_gso: MPLS GSO support [ 1.985365] sched_clock: Marking stable (1985165894, 0)->(2799325902, -814160008) [ 1.986463] registered taskstats version 1 [ 1.986465] Loading compiled-in X.509 certificates [ 2.047504] Loaded X.509 cert 'secure-boot-test-key-lfaraone: 97c1b25cddf9873ca78a58f3d73bf727d2cf78ff' [ 2.047539] zswap: loaded using pool lzo/zbud [ 2.048048] AppArmor: AppArmor sha1 policy hashing enabled [ 2.048698] rtc_cmos rtc_cmos: setting system clock to 2018-12-07 11:23:28 UTC (1544181808) [ 2.056767] Freeing unused kernel image memory: 1568K [ 2.072676] Write protecting the kernel read-only data: 16384k [ 2.074131] Freeing unused kernel image memory: 2028K [ 2.074631] Freeing unused kernel image memory: 840K [ 2.106754] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 2.106756] x86/mm: Checking user space page tables [ 2.136367] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 2.489712] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 2.489714] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 2.499223] SCSI subsystem initialized [ 2.511261] piix4_smbus 0000:00:07.0: SMBus Host Controller at 0x4100, revision 0 [ 2.515848] ACPI: bus type USB registered [ 2.515895] usbcore: registered new interface driver usbfs [ 2.515916] usbcore: registered new interface driver hub [ 2.515968] usbcore: registered new device driver usb [ 2.524106] libata version 3.00 loaded. [ 2.526871] ata_piix 0000:00:01.1: version 2.13 [ 2.549579] ahci 0000:00:0d.0: version 3.0 [ 2.549592] cryptd: max_cpu_qlen set to 1000 [ 2.551606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.552264] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled [ 2.552568] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode [ 2.552574] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc [ 2.553238] scsi host1: ahci [ 2.553660] ata3: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806100 irq 21 [ 2.553680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.554860] ehci-pci: EHCI PCI platform driver [ 2.555711] ohci-pci: OHCI PCI platform driver [ 2.557160] ohci-pci 0000:00:06.0: OHCI PCI host controller [ 2.557171] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 1 [ 2.557314] ohci-pci 0000:00:06.0: irq 22, io mem 0xf0804000 [ 2.561638] scsi host0: ata_piix [ 2.567955] AVX version of gcm_enc/dec engaged. [ 2.567956] AES CTR mode by8 optimization enabled [ 2.574314] scsi host2: ata_piix [ 2.574455] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14 [ 2.574458] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15 [ 2.617098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.18 [ 2.617103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.617107] usb usb1: Product: OHCI PCI host controller [ 2.617111] usb usb1: Manufacturer: Linux 4.18.0-kali3-amd64 ohci_hcd [ 2.617114] usb usb1: SerialNumber: 0000:00:06.0 [ 2.617584] hub 1-0:1.0: USB hub found [ 2.617746] hub 1-0:1.0: 12 ports detected [ 2.631310] alg: No test for pcbc(aes) (pcbc-aes-aesni) [ 2.747427] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 [ 2.749010] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 2.880761] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 2.880957] ata3.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 2.880960] ata3.00: 167772160 sectors, multi 128: LBA48 NCQ (depth 32) [ 2.881214] ata3.00: configured for UDMA/133 [ 2.884260] scsi 1:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 2.885206] scsi 2:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 2.900263] sd 1:0:0:0: [sda] 167772160 512-byte logical blocks: (85.9 GB/80.0 GiB) [ 2.900274] sd 1:0:0:0: [sda] Write Protect is off [ 2.900278] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.900293] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.928605] sda: sda1 sda2 < sda5 > [ 2.929120] sd 1:0:0:0: [sda] Attached SCSI disk [ 2.981358] sr 2:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray [ 2.981361] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.981684] sr 2:0:0:0: Attached scsi CD-ROM sr0 [ 3.016316] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:95:8c:5e [ 3.016325] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection [ 3.034800] random: fast init done [ 3.084388] usb 1-1: new full-speed USB device number 2 using ohci-pci [ 3.352772] PM: Image not found (code -22) [ 3.411764] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021, bcdDevice= 1.00 [ 3.411769] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 3.411773] usb 1-1: Product: USB Tablet [ 3.411776] usb 1-1: Manufacturer: VirtualBox [ 3.437270] hidraw: raw HID events driver (C) Jiri Kosina [ 3.453002] usbcore: registered new interface driver usbhid [ 3.453003] usbhid: USB HID core driver [ 3.457074] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input3 [ 3.457847] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0 [ 4.214673] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 7.825333] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 7.825387] systemd[1]: Detected virtualization oracle. [ 7.825399] systemd[1]: Detected architecture x86-64. [ 7.838611] systemd[1]: Set hostname to . [ 9.699372] random: systemd: uninitialized urandom read (16 bytes read) [ 9.699548] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 9.699610] random: systemd: uninitialized urandom read (16 bytes read) [ 9.699783] systemd[1]: Listening on udev Control Socket. [ 9.699806] random: systemd: uninitialized urandom read (16 bytes read) [ 9.699956] systemd[1]: Listening on Journal Socket. [ 9.704670] systemd[1]: Mounting POSIX Message Queue File System... [ 9.706497] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 9.706860] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 10.852948] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 11.059093] systemd-journald[279]: Received request to flush runtime journal from PID 1 [ 13.176992] random: crng init done [ 13.176994] random: 7 urandom warning(s) missed due to ratelimiting [ 13.794049] ACPI: AC Adapter [AC] (on-line) [ 13.806683] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 13.806837] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input4 [ 13.925360] ACPI: Battery Slot [BAT0] (battery present) [ 13.940759] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5 [ 13.940795] ACPI: Power Button [PWRF] [ 13.940983] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input6 [ 13.941005] ACPI: Sleep Button [SLPF] [ 14.107330] vboxguest: loading out-of-tree module taints kernel. [ 14.140823] vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds [ 14.140986] input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input7 [ 14.141132] vboxguest: misc device minor 58, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000) [ 14.141134] vboxguest: Successfully loaded version 5.2.22_Debian (interface 0x00010004) [ 14.142299] input: PC Speaker as /devices/platform/pcspkr/input/input8 [ 14.252463] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 14.252610] sr 2:0:0:0: Attached scsi generic sg1 type 5 [ 14.315188] [drm] VRAM 08000000 [ 14.315431] [TTM] Zone kernel: Available graphics memory: 248318 kiB [ 14.315432] [TTM] Initializing pool allocator [ 14.315440] [TTM] Initializing DMA pool allocator [ 14.320618] fbcon: vboxdrmfb (fb0) is primary device [ 14.332343] Console: switching to colour frame buffer device 100x37 [ 14.357564] vboxvideo 0000:00:02.0: fb0: vboxdrmfb frame buffer device [ 14.381985] [drm] Initialized vboxvideo 1.0.0 20130823 for 0000:00:02.0 on minor 0 [ 14.428308] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 10737418240 ms ovfl timer [ 14.428310] RAPL PMU: hw unit of domain pp0-core 2^-0 Joules [ 14.428312] RAPL PMU: hw unit of domain package 2^-0 Joules [ 14.428314] RAPL PMU: hw unit of domain pp1-gpu 2^-0 Joules [ 15.677210] snd_intel8x0 0000:00:05.0: white list rate for 1028:0177 is 48000 [ 15.857391] Adding 2095100k swap on /dev/sda5. Priority:-2 extents:1 across:2095100k FS [ 22.192293] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 22.197406] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 22.200169] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 22.201032] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready `

pablopunk commented 5 years ago

@pablopunk no it is a must ?

@amiralkizaru If you're running kali in a VM (like I do) then you won't get access to your computer's wifi card, because what virtualbox (etc) does is it gives you internet access like if you were connected through ethernet, but it doesn't give you access to the card. What I did was buying a usb receiver (make sure is compatible with linux and monitor mode) and tell virtualbox to pass that usb device to the VM

loskiq commented 5 years ago

@pablopunk unfortunately not :(

0x-MRNOBODY-x0 commented 5 years ago

Hey I'm a termux user... how to fix this...

airmon-ng check kill

Your kernel has module support but you don't have modprobe installed. It is highly recommended to install modprobe (typically from kmod).

Found phy0 with no interfaces assigned, would you like to assign one to it? [y/n] y

ERROR adding monitor mode interface: command failed: Operation not supported on transport endpoint (-95)

Found phy1 with no interfaces assigned, would you like to assign one to it? [y/n] y

ERROR adding monitor mode interface: command failed: Operation not supported on transport endpoint (-95)

#

Please help...

0x-MRNOBODY-x0 commented 5 years ago

PID Name

PHY Interface Driver Chipset

phy1 p2p0 ?????? Not pci, usb, or sdio phy0 wlan0 ?????? Not pci, usb, or sdio

ERROR adding monitor mode interface: command failed: Operation not supported on transport endpoint (-95)

Str84DaHead commented 5 years ago

null p2p0 ?????? non-mac80211 device? (report this!) null wlan0 ?????? non-mac80211 device? (report this!)

Termux running Ubuntu Disco/ Kali hybrid.

Cannot control my own wifi card....

JohnTesla commented 5 years ago

Please help, I have the same problem - Cant start monitor mode, my iid is RLT8723BS photo_2019-10-20_21-23-14

jimmy-ly00 commented 4 years ago

I seem to have this working with the Alfa AWUS036ACH using rtl8812au. I could airodump and use wash, but wifite didn't detect any wireless card in monitor mode. Out of topic, but I could also use AP mode.

ip link set wlan0 down
iw dev wlan0 set type monitor
ip link set wlan0 up

I can confirm I can successfully deauth and capture WPA2 handshakes. WPS doesn't seem to be working on Wifite, I would get the following error: Reaver process stopped (exit code: 1).

Abraxas333 commented 4 years ago

I am running kali linux 2020.1 in virual box, I am using an Alfa AWUS036ACH adapter and I get the same error:

kali@kali:~$ sudo wifite -c 8
   .               .    
 .  ·  .     .  ·  `.  wifite2 2.5.0
 :  :  :  (¯)  :  :  :  an automated wireless auditor forked from @derv82
 `.  ·  ` /¯\   ·  .  https://github.com/kimocoder/wifite2
   `     /¯¯¯\         

 [+] option: scanning for targets on channel 8

    Interface   PHY   Driver              Chipset                                                                                                                     
-----------------------------------------------------------------------
 1. wlan0       phy0  88XXau              Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter

 [+] enabling monitor mode on wlan0... failed
failed

 [!] Error: Cannot find any interfaces in monitor mode

 [!] Full stack trace below

 [!]    Traceback (most recent call last):
 [!]    File "/usr/lib/python3/dist-packages/wifite/__main__.py", line 98, in entry_point
 [!]        wifite.start()
 [!]    File "/usr/lib/python3/dist-packages/wifite/__main__.py", line 51, in start
 [!]        Configuration.get_monitor_mode_interface()
 [!]    File "/usr/lib/python3/dist-packages/wifite/config.py", line 152, in get_monitor_mode_interface
 [!]        cls.interface = Airmon.ask()
 [!]    File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 332, in ask
 [!]        iface.interface = Airmon.start(iface)
 [!]    File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 203, in start
 [!]        raise Exception('Cannot find any interfaces in monitor mode')
 [!]  Exception: Cannot find any interfaces in monitor mode

 [!] Exiting 

The output for ifconfig:

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.2.15  netmask 255.255.255.0  broadcast 10.0.2.255
        inet6 fe80::a00:27ff:fe1f:3076  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:1f:30:76  txqueuelen 1000  (Ethernet)
        RX packets 11375  bytes 6503054 (6.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8990  bytes 1310178 (1.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 16  bytes 708 (708.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 16  bytes 708 (708.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        unspec 4E-FC-C4-78-BB-F2-30-3A-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
        RX packets 175852  bytes 0 (0.0 B)
        RX errors 0  dropped 175852  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

The output for airmon-ng start wlan0 && iwconfig:

PHY     Interface       Driver          Chipset

phy0    wlan0           88XXau          Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter

                (mac80211 monitor mode already enabled for [phy0]wlan0 on [phy0]10)
wlan0     IEEE 802.11b  ESSID:""  Nickname:"<WIFI@REALTEK>"
          Mode:Monitor  Frequency:2.457 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=0/100  Signal level=-100 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

eth0      no wireless extensions.

I would appreciate any help

Abraxas333 commented 4 years ago

I uninstalled the realtek-rtl88xxau-dkms driver and replaced it with the aircrack-ng/rtl88au driver from github, but still get the same error.

makeenology commented 4 years ago

I am running kali linux 2020.1 in virual box, I am using an Alfa AWUS036ACH adapter and I get the same error:

kali@kali:~$ sudo wifite -c 8
   .               .    
 .  ·  .     .  ·  `.  wifite2 2.5.0
 :  :  :  (¯)  :  :  :  an automated wireless auditor forked from @derv82
 `.  ·  ` /¯\   ·  .  https://github.com/kimocoder/wifite2
   `     /¯¯¯\         

 [+] option: scanning for targets on channel 8

    Interface   PHY   Driver              Chipset                                                                                                                     
-----------------------------------------------------------------------
 1. wlan0       phy0  88XXau              Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter

 [+] enabling monitor mode on wlan0... failed
failed

 [!] Error: Cannot find any interfaces in monitor mode

 [!] Full stack trace below

 [!]    Traceback (most recent call last):
 [!]    File "/usr/lib/python3/dist-packages/wifite/__main__.py", line 98, in entry_point
 [!]        wifite.start()
 [!]    File "/usr/lib/python3/dist-packages/wifite/__main__.py", line 51, in start
 [!]        Configuration.get_monitor_mode_interface()
 [!]    File "/usr/lib/python3/dist-packages/wifite/config.py", line 152, in get_monitor_mode_interface
 [!]        cls.interface = Airmon.ask()
 [!]    File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 332, in ask
 [!]        iface.interface = Airmon.start(iface)
 [!]    File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 203, in start
 [!]        raise Exception('Cannot find any interfaces in monitor mode')
 [!]  Exception: Cannot find any interfaces in monitor mode

 [!] Exiting 

The output for ifconfig:

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.2.15  netmask 255.255.255.0  broadcast 10.0.2.255
        inet6 fe80::a00:27ff:fe1f:3076  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:1f:30:76  txqueuelen 1000  (Ethernet)
        RX packets 11375  bytes 6503054 (6.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8990  bytes 1310178 (1.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 16  bytes 708 (708.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 16  bytes 708 (708.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        unspec 4E-FC-C4-78-BB-F2-30-3A-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
        RX packets 175852  bytes 0 (0.0 B)
        RX errors 0  dropped 175852  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

The output for airmon-ng start wlan0 && iwconfig:

PHY     Interface       Driver          Chipset

phy0    wlan0           88XXau          Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter

                (mac80211 monitor mode already enabled for [phy0]wlan0 on [phy0]10)
wlan0     IEEE 802.11b  ESSID:""  Nickname:"<WIFI@REALTEK>"
          Mode:Monitor  Frequency:2.457 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=0/100  Signal level=-100 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

eth0      no wireless extensions.

I would appreciate any help

I'm having the same problem with the same hardware and drivers. Please help

youssefoumghar commented 4 years ago

root@youssef:~# wifite . .
. · . . · . wifite 2.2.5 : : : (¯) : : : automated wireless auditor . · /¯\ · . https://github.com/derv82/wifite2 /¯¯¯\

[!] Warning: Recommended app pyrit was not found. install @ https://github.com/JPaulMora/Pyrit/wiki [!] Warning: Recommended app hcxdumptool was not found. install @ https://github.com/ZerBea/hcxdumptool [!] Warning: Recommended app hcxpcaptool was not found. install @ https://github.com/ZerBea/hcxtools [!] Conflicting processes: NetworkManager (PID 599), wpa_supplicant (PID 3600) [!] If you have problems: kill -9 PID or re-run wifite with --kill)

Interface   PHY   Driver              Chipset                          

  1. wlan0 null r8188eu TP-Link TL-WN722N v2

    [+] enabling monitor mode on wlan0... failed failed

    [!] Error: Cannot find any interfaces in Mode:Monitor

    [!] Full stack trace below

    [!] Traceback (most recent call last):
    [!] File "/usr/lib/python2.7/dist-packages/wifite/main.py", line 93, in entry_point [!] wifite.start() [!] File "/usr/lib/python2.7/dist-packages/wifite/main.py", line 53, in start [!] Configuration.get_monitor_mode_interface() [!] File "/usr/lib/python2.7/dist-packages/wifite/config.py", line 129, in get_monitor_mode_interface [!] cls.interface = Airmon.ask() [!] File "/usr/lib/python2.7/dist-packages/wifite/tools/airmon.py", line 319, in ask [!] iface.interface = Airmon.start(iface) [!] File "/usr/lib/python2.7/dist-packages/wifite/tools/airmon.py", line 190, in start [!] raise Exception('Cannot find any interfaces in Mode:Monitor') [!] Exception: Cannot find any interfaces in Mode:Monitor

    [!] Exiting

help

av857816 commented 4 years ago

[!] the program pyrit is not required, but is recommended [!] the program cowpatty is not required, but is recommended

[+] scanning for wireless devices... [+] available wireless devices:

  1. ethtool failed...
  2. Only mac80211 devices on kernel 2.6.33 or higher are officially supported by airmon-ng. [+] select number of device to put into monitor mode (1-2): 1 [+] enabling monitor mode on ethtool failed..... done [+] available wireless devices:
  3. ethtool failed...
  4. Only mac80211 devices on kernel 2.6.33 or higher are officially supported by airmon-ng. [+] select number of device to put into monitor mode (1-2): 2 [+] enabling monitor mode on Only mac80211 devices on kernel 2.6.33 or higher are officially supported by airmon-ng... done [+] available wireless devices:
  5. ethtool failed...
  6. Only mac80211 devices on kernel 2.6.33 or higher are officially supported by airmon-ng. [+] select number of device to put into monitor mode (1-2): plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz fixxxxxxxxxxxxxxx
irkenempire commented 4 years ago

i do this to enter in monitor then iwconfig check

Set interface down $ sudo ip link set wlan0 downSet monitor mode $ sudo iwconfig wlan0 mode monitorSet interface up $sudo ip link set wlan0 up

o no wireless extensions.

eth0 no wireless extensions.

wlan1 IEEE 802.11 ESSID:"INFINITUMxxxx"
Mode:Managed Frequency:2.437 GHz Access Point: xxxxxxxxxxxxxxxxxx
Bit Rate=144.4 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:on Link Quality=54/70 Signal level=-56 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:4 Missed beacon:0

wlan0 IEEE 802.11b ESSID:"" Nickname:"WIFI@REALTEK" Mode:Monitor Frequency:2.432 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=0/100 Signal level=-100 dBm Noise level=0 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0

root@kali:~# airmon-ng check kill

Killing these processes:

PID Name
807 wpa_supplicant

airmon-ng start wlan0 && iwconfig

equested device "wlan0mon" does not exist. Run /usr/sbin/airmon-ng without any arguments to see available interfaces root@kali:~# airmon-ng start wlan0 && iwconfig

PHY Interface Driver Chipset

phy0 wlan0 rtl88XXau Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter

            (mac80211 monitor mode already enabled for [phy0]wlan0 on [phy0]wlan0)

lo no wireless extensions.

eth0 no wireless extensions.

wlan1 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:on

wlan0 IEEE 802.11b ESSID:"" Nickname:"WIFI@REALTEK" Mode:Monitor Frequency:2.457 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=0/100 Signal level=-100 dBm Noise level=0 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0


root@kali:~# wifite . .
.´ · . . · . wifite2 2.5.2 : : : (¯) : : : a wireless auditor by @derv82 . · /¯\ ´ · .´ maintained by kimocoder /¯¯¯\ ´ https://github.com/kimocoder/wifite2

Interface   PHY   Driver              Chipset                          

  1. wlan0 phy0 rtl88XXau Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter
  2. wlan1 phy1 iwlwifi Intel Corporation Wireless 7260 (rev 73)

    [+] Select wireless interface (1-2): ^C

Select wireless interface (1-2): 1 [+] enabling monitor mode on wlan0... failed failed

[!] Error: Cannot find any interfaces in monitor mode

[!] Full stack trace below

[!] Traceback (most recent call last):
[!] File "/usr/lib/python3/dist-packages/wifite/main.py", line 97, in entry_point [!] wifite.start() [!] File "/usr/lib/python3/dist-packages/wifite/main.py", line 50, in start [!] Configuration.get_monitor_mode_interface() [!] File "/usr/lib/python3/dist-packages/wifite/config.py", line 163, in get_monitor_mode_interface [!] cls.interface = Airmon.ask() [!] File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 330, in ask [!] iface.interface = Airmon.start(iface) [!] File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 204, in start [!] raise Exception('Cannot find any interfaces in monitor mode') [!] Exception: Cannot find any interfaces in monitor mode

[!] Exiting

Mariosiburian commented 4 years ago

root@localhost:~/wifite2# python2 Wifite.py . . .´ · . . · . wifite 2.2.5 : : : (¯) : : : automated wireless auditor . · /¯\ ´ · .´ https://github.com/derv82/wifite2 /¯¯¯\ ´

Interface   PHY   Driver              Chipset

  1. wlan0 null ?????? non-mac80211 device? (report this!)

    [+] enabling monitor mode on wlan0... failed failed [!] Error: Cannot find any interfaces in Mode:Monitor

    [!] Full stack trace below
    [!] Traceback (most recent call last): [!] File "/root/wifite2/wifite/main.py", line 93, in entry_point [!] wifite.start() [!] File "/root/wifite2/wifite/main.py", line 53, in start [!] Configuration.get_monitor_mode_interface() [!] File "/root/wifite2/wifite/config.py", line 132, in get_monitor_mode_interface [!] cls.interface = Airmon.ask() [!] File "/root/wifite2/wifite/tools/airmon.py", line 319, in ask [!] iface.interface = Airmon.start(iface) [!] File "/root/wifite2/wifite/tools/airmon.py", line 190, in start [!] raise Exception('Cannot find any interfaces in Mode:Monitor') [!] Exception: Cannot find any interfaces in Mode:Monitor

    [!] Exiting

help mee !!!!

theblackthorngroup commented 4 years ago

Have you confirmed your network card supports monitor mode?

Mariosiburian commented 4 years ago

Have you confirmed your network card supports monitor mode?

I use android Screenshot_2020-04-19-19-57-32-373_com android settings

Mariosiburian commented 4 years ago

Have you confirmed your network card supports monitor mode?

Screenshot_2020-04-19-19-46-09-427_com termux Screenshot_2020-04-19-19-46-51-871_com termux Screenshot_2020-04-19-19-46-27-744_com termux

Mariosiburian commented 4 years ago

How about that? Screenshot_2020-04-20-04-24-42-168_com termux

diwakerp commented 4 years ago

Hi I am using my laptop inbuilt wireless card. Monitor mode is on everything is okay but it is not able to scan the networks. Tried all the possible solutions from net. Please help me out. My PC has Qualcomm Atheros QCA9377 chipset

image image image

Azunyan1111 commented 4 years ago

Maybe the same problem. I have resolved it so I will report it The solution was to boot from a Python file cloned from the repository instead of the binary files that are installed by default on kali linux. The files installed by default may be the problem.

AWUS036ACH VMware on Macbook pro (Kali linux) Driver setup https://online-it.nu/how-to-install-alfa-awus1900-kali-linux-2018-4/

spycon69 commented 4 years ago

Exact same issue here with dual boot kali linux on macbook air with BCM43224 adapter. Anyone knows custom drivers ?

ghost commented 4 years ago

@blmvxer aha! That made it work. I had https://github.com/zebulon2/rtl8814au drivers but they didn't make monitor mode work Thanks!

anytime dude. If you need anymore help don't hesitate to ask. :)

Bro I have TP-LINK TL-WN722N HIGH GAIN WIFI ADAPTER and it is of V-3.2 and in kali it shows VE and after a tedious process of installing custom drivers I managed to turn on monitor mode by using cmd iwconfig wlan0 mode monitor but sir when I uses fern-wifi-cracker and wifite2 tool these all tools says that cannot find any interface in monitor mode and failed to set Interface in monitor even my adapter is in monitor mode......Sir please solve this error I am unable to use wifite2 and fern-wifi-cracker etc wireless tools. Sir airmon-ng start wlan0 is also not able to change my interface mode into monitor I have to do this manually using iwconfig wlan0 mode monitor because of this my interface name does not changes to wlan0mon and I have more errors because of this issue please reply soon. Please reply bro I am not able to perform Any like twin evil , wifite2 , fern-wifi-cracker , reaper , JTR etc.

Emerus-web commented 3 years ago

@blmvxer aha! That made it work. I had https://github.com/zebulon2/rtl8814au drivers but they didn't make monitor mode work Thanks!

anytime dude. If you need anymore help don't hesitate to ask. :)

Bro I have TP-LINK TL-WN722N HIGH GAIN WIFI ADAPTER and it is of V-3.2 and in kali it shows VE and after a tedious process of installing custom drivers I managed to turn on monitor mode by using cmd iwconfig wlan0 mode monitor but sir when I uses fern-wifi-cracker and wifite2 tool these all tools says that cannot find any interface in monitor mode and failed to set Interface in monitor even my adapter is in monitor mode......Sir please solve this error I am unable to use wifite2 and fern-wifi-cracker etc wireless tools. Sir airmon-ng start wlan0 is also not able to change my interface mode into monitor I have to do this manually using iwconfig wlan0 mode monitor because of this my interface name does not changes to wlan0mon and I have more errors because of this issue please reply soon. Please reply bro I am not able to perform Any like twin evil , wifite2 , fern-wifi-cracker , reaper , JTR etc.

I have literally the exact same issue. Also cannot use macchanger

niiitish commented 3 years ago

my English is not so soory for that I got the proper solution of this problem don't enable monitor mode of your adapter manually Run first fluxion in your terminal it will automatic enable monitor mode and keep open your fluxion and open new terminal and open wifite your problem will solve you will not get error like this "Cannot find any interfaces in Mode:Monitor"

niiitish commented 3 years ago

@blmvxer aha! That made it work. I had https://github.com/zebulon2/rtl8814au drivers but they didn't make monitor mode work Thanks!

anytime dude. If you need anymore help don't hesitate to ask. :)

Bro I have TP-LINK TL-WN722N HIGH GAIN WIFI ADAPTER and it is of V-3.2 and in kali it shows VE and after a tedious process of installing custom drivers I managed to turn on monitor mode by using cmd iwconfig wlan0 mode monitor but sir when I uses fern-wifi-cracker and wifite2 tool these all tools says that cannot find any interface in monitor mode and failed to set Interface in monitor even my adapter is in monitor mode......Sir please solve this error I am unable to use wifite2 and fern-wifi-cracker etc wireless tools. Sir airmon-ng start wlan0 is also not able to change my interface mode into monitor I have to do this manually using iwconfig wlan0 mode monitor because of this my interface name does not changes to wlan0mon and I have more errors because of this issue please reply soon. Please reply bro I am not able to perform Any like twin evil , wifite2 , fern-wifi-cracker , reaper , JTR etc.

I have literally the exact same issue. Also cannot use macchanger

Please see this solution I have commented

av857816 commented 3 years ago

Can you attach me a pic of what its showing ? Maybe I can help you Regards av

On Mon, Dec 14, 2020, 10:43 niiitish notifications@github.com wrote:

@blmvxer https://github.com/blmvxer aha! That made it work. I had https://github.com/zebulon2/rtl8814au drivers but they didn't make monitor mode work Thanks!

anytime dude. If you need anymore help don't hesitate to ask. :)

Bro I have TP-LINK TL-WN722N HIGH GAIN WIFI ADAPTER and it is of V-3.2 and in kali it shows VE and after a tedious process of installing custom drivers I managed to turn on monitor mode by using cmd iwconfig wlan0 mode monitor but sir when I uses fern-wifi-cracker and wifite2 tool these all tools says that cannot find any interface in monitor mode and failed to set Interface in monitor even my adapter is in monitor mode......Sir please solve this error I am unable to use wifite2 and fern-wifi-cracker etc wireless tools. Sir airmon-ng start wlan0 is also not able to change my interface mode into monitor I have to do this manually using iwconfig wlan0 mode monitor because of this my interface name does not changes to wlan0mon and I have more errors because of this issue please reply soon. Please reply bro I am not able to perform Any like twin evil , wifite2 , fern-wifi-cracker , reaper , JTR etc.

I have literally the exact same issue. Also cannot use macchanger

Please see this solution I have commented

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/86#issuecomment-744171412, or unsubscribe https://github.com/notifications/unsubscribe-auth/APBL4RYL6L37VD3YBMR5H33SUWNGDANCNFSM4FBHVBQA .

kyki-nein commented 3 years ago

До сих пор не понимаю, кто-нибудь решил проблему

Screenshot_20210627-211750_Termux Screenshot_20210627-211712_Termux

brh88 commented 1 year ago

wifite . . .´ · . . · . wifite2 2.7.0 : : : (¯) : : : a wireless auditor by derv82 . · /¯\ ´ · .´ maintained by kimocoder /¯¯¯\ ´ https://github.com/kimocoder/wifite2

Interface   PHY   Driver              Chipset                     

  1. p2p0 null ?????? non-mac80211 device? (report this!)
  2. wlan0 null ?????? non-mac80211 device? (report this!)

    [+] Select wireless interface (1-2): 2 [+] Enabling monitor mode on wlan0... [!] Error: Error putting interface wlan0 down:

request send failed: Permission denied

[!] Full stack trace below

[!] Traceback (most recent call last): [!] File "/usr/lib/python3/dist-packages/wifite/main.py", line 104, in entry_point [!] wifite.start() [!] File "/usr/lib/python3/dist-packages/wifite/main.py", line 57, in start [!] Configuration.get_monitor_mode_interface() [!] File "/usr/lib/python3/dist-packages/wifite/config.py", line 229, in get_monitor_mode_interface [!] cls.interface = Airmon.ask() [!] ^^^^^^^^^^^^ [!] File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 333, in ask [!] selected.interface = Airmon.start(selected) [!] ^^^^^^^^^^^^^^^^^^^^^^ [!] File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 199, in start [!] enabled_interface = Airmon.start_bad_driver(iface_name, Airmon.isdeprecated) [!] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [!] File "/usr/lib/python3/dist-packages/wifite/tools/airmon.py", line 128, in start_bad_driver [!] Ip.down(interface) [!] File "/usr/lib/python3/dist-packages/wifite/tools/ip.py", line 30, in down [!] raise Exception('Error putting interface %s down:\n%s\n%s' % (interface, out, err)) [!] Exception: Error putting interface wlan0 down: [!] [!] request send failed: Permission denied

[!] Exiting