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

Unable to capture packets [Malformed packet] #20

Open
sanketh95 opened this issue May 20, 2017 · 3 comments
Open

Unable to capture packets [Malformed packet] #20

sanketh95 opened this issue May 20, 2017 · 3 comments

Comments

@sanketh95
Copy link

Hi @schollz ,

First of all, great work here. I found this project really interesting.

Getting to the point, I was trying to run the command and it kept saying that no signals were found. I ran the tshark command manually to see what's wrong. It appears that the packets are malformed and I suspect it has something to do with the addition of radiotap headers. See the output below.

% tshark -i wlp3s0 -I -a duration:60
Capturing on 'wlp3s0'
1 0.000000000 -> WLAN 87 Radiotap Capture v255, Length 65535[Malformed Packet]
2 0.052283376 -> WLAN 136 Radiotap Capture v255, Length 65535[Malformed Packet]
3 0.241639018 -> WLAN 90 Radiotap Capture v255, Length 65535[Malformed Packet]
4 0.302993069 -> WLAN 136 Radiotap Capture v255, Length 65535[Malformed Packet]
5 0.553821626 -> WLAN 136 Radiotap Capture v255, Length 65535[Malformed Packet]

I was hoping you could help me with this. Thanks a ton !

Sanketh

@schollz
Copy link
Owner

schollz commented May 20, 2017

It seems there could be a couple reasons and sounds like you have to investigate with a network trace.

@schollz
Copy link
Owner

schollz commented Jun 5, 2017

@sanketh95 were you able to resolve this?

@sanketh95
Copy link
Author

I was. I seems like the issue was in the way I was putting my wireless card in monitor mode. The -I option to tshark was somehow unable to do it. However, I was able to manually put it in monitor mode using aircrack-ng. The script started working after that.

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

2 participants