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

[Help] Trying pass Onboard wireless #1

Open
Milor123 opened this issue Aug 30, 2024 · 1 comment
Open

[Help] Trying pass Onboard wireless #1

Milor123 opened this issue Aug 30, 2024 · 1 comment

Comments

@Milor123
Copy link

Hey bro, i am trying mount my wifi onboard card using your settings over the image leplusorg/kali, i am in manjaro in my real machine.

version: '3'
services:
  MrKali:
    image: leplusorg/kali
    container_name: kali-net
    network_mode: host
    cap_add:
      - NET_ADMIN
      - NET_RAW
      - SYS_ADMIN
    privileged: true
    stdin_open: true  # equivalente a -i
    tty: true         # equivalente a -t
    pid: host
   

its stucks in enabling monitor mode

image
then if I try

┌──(root㉿noe-systemproductname)-[/]
└─# sudo airmon-ng start wlo1

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
    952 NetworkManager
   1153 wpa_supplicant

PHY	Interface	Driver		Chipset

phy0	wlo1		iwlwifi		Intel Corporation Alder Lake-S PCH CNVi WiFi (rev 11)

Failed to set wlo1 down using ip

ERROR adding monitor mode interface: command failed: Operation not permitted (-1)

Then If i try in my real machine do manaully the and then use wifi in docker container.
image

Why happend this, should I do add something special for share my board card?
My host pc is connecting with Cable using Rj45, and the wifi is enabled on the board. The problem only happened in the docker container, in my hosts wifite works well

@Milor123
Copy link
Author

Milor123 commented Sep 3, 2024

Updated, i've tested with your image but it not work ERROR adding monitor mode interface: command failed: Operation not permitted (-1)

What should i do? I am in manjaro

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

1 participant