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

Only 1 Wifi Interface #37

Open
secopsprime opened this issue Feb 2, 2022 · 3 comments
Open

Only 1 Wifi Interface #37

secopsprime opened this issue Feb 2, 2022 · 3 comments

Comments

@secopsprime
Copy link

secopsprime commented Feb 2, 2022

Its only show wlan0 while i have connected my wifi adapter wlan1 but it doesn't show...

@Retr0Kr0dy
Copy link

I found this, not sure if it's the good fix but it's a fix anyway.

You got to modify the wlan_pattern regular expression.

version 1 line 80 ;
version 2 line 79 ;
version 3 line 81 ;

change

wlan_pattern = re.compile("^wlan[0-9]+")

to

wlan_pattern = re.compile("wlan[0-9]")

@stickyfingers82
Copy link

I was having the same issue and this worked perfectly! Thanks :)

@bdstecnosystem
Copy link

can't get out of monitor mode

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