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

Failed to compile filter expression type mgt subtype probe-req (-1) #40

Closed
ludgeromiguel opened this issue Feb 13, 2021 · 3 comments
Closed
Assignees
Labels
bug New bug dependencies Related to the dependencies duplicate Duplicate issue

Comments

@ludgeromiguel
Copy link

When I run i get this error:

airmon-ng start wlan0

PHY Interface Driver Chipset

phy0 wlan0 mt7601u Edimax Technology Co., Ltd Edimax Wi-Fi
(monitor mode enabled)

┌──(root💀kali)-[/home/kali]
└─# probequest -i wlan0
[*] Start sniffing probe requests...
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(self._args, **self._kwargs)
File "/usr/lib/python3/dist-packages/scapy/sendrecv.py", line 906, in _run
sniff_sockets[L2socket(type=ETH_P_ALL, iface=iface,
File "/usr/lib/python3/dist-packages/scapy/arch/linux.py", line 407, in init
attach_filter(self.ins, filter, iface)
File "/usr/lib/python3/dist-packages/scapy/arch/linux.pn: Failed to compile filter expression type mgt subtype probe-req (-1)
^C[
] Stopping the threads...

Probequest 0.7.2 version, monitor mode enabled, and i'm using usb wireless adapter " Edimax Technology Co., Ltd Edimax Wi-Fi" via usb on virtual box kali linux

@SkypLabs
Copy link
Owner

Hi @ludflahs,

Thanks for you report.

I think it's a duplicate of #39. Can you check your version of libpcap?

@ludgeromiguel
Copy link
Author

Oh yeah it's a duplicate, sorry. My version of libpcap :

apt-get install libpcap0.8
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libpcap0.8 is already the newest version (1.10.0-2).
0 upgraded, 0 newly installed, 0 to remove and 25 not upgraded.

I make some search and when i try install previous version says that not found:

apt-get install libpcap0.8=1.9.1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Version '1.9.1' for 'libpcap0.8' was not found

I made some search on repositorys and how to imrpove previous versions but I'm really struggling to do it. Can you help me?

@SkypLabs SkypLabs added the duplicate Duplicate issue label Feb 19, 2021
@SkypLabs
Copy link
Owner

No worries :)

I saw that you got some help in #39. As a consequence, I close this issue.

@SkypLabs SkypLabs added the dependencies Related to the dependencies label Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug New bug dependencies Related to the dependencies duplicate Duplicate issue
Projects
None yet
Development

No branches or pull requests

2 participants