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

No Data Collected #16

Open
ogmios2 opened this issue Sep 21, 2018 · 4 comments
Open

No Data Collected #16

ogmios2 opened this issue Sep 21, 2018 · 4 comments

Comments

@ogmios2
Copy link

ogmios2 commented Sep 21, 2018

Hello,

I was hoping that someone could point me into right direction.

I am getting this error and nothing is being collected.

Traceback (most recent call last): File "probemon.py", line 96, in <module> main() File "probemon.py", line 93, in main sniff(iface=args.interface, prn=built_packet_cb, store=0) File "/usr/local/lib/python2.7/dist-packages/scapy/sendrecv.py", line 926, in sniff p = s.recv() File "/usr/local/lib/python2.7/dist-packages/scapy/supersocket.py", line 55, in recv cls, val, ts = self.recv_raw(x) File "/usr/local/lib/python2.7/dist-packages/scapy/arch/linux.py", line 517, in recv_raw pkt, sa_ll = self.ins.recvfrom(x) socket.error: [Errno 100] Network is down

I am on a raspberry pi 3 B running Kali. The network card does show as running in monitor mode when using iwconfig

Thanks for anyone's time!

@gregory-whaley
Copy link

I am running a VM with Kali as the OS. Everything installs and runs without error except there are no packets detected. The log file is opened but has zero bytes. airodump-ng shows packets detected just fine. Any debug ideas?

@ogmios2
Copy link
Author

ogmios2 commented Oct 4, 2018

Gregory. It looks like this isn't supported anymore. I decided to go with another script called probequest. It seems similar. I may also just use Kismet and have someone help work on a log viewer for it.

@gregory-whaley
Copy link

gregory-whaley commented Oct 6, 2018 via email

@cloventt
Copy link

I had a similar issue while running probemon on MacOS 10.14.

The solution I found was changing the script to call sniff() with monitor=True. This put my wireless interface into monitor mode and allowed packets to be collected.

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

3 participants