-
Notifications
You must be signed in to change notification settings - Fork 87
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
Comments
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? |
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. |
Thanks for the great reply! I’ll look more into probequest.
… On Oct 4, 2018, at 4:42 PM, ogmios2 ***@***.***> wrote:
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#16 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Acy7AK7LEPiEhXSimpT731jG0CPlyJyhks5uhoC5gaJpZM4Wzb1F>.
|
I had a similar issue while running The solution I found was changing the script to call |
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!
The text was updated successfully, but these errors were encountered: