GithubHelp home page GithubHelp logo

airodump-iv's People

Contributors

ivanlei avatar meeuw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

airodump-iv's Issues

Problems filtering once I import scapy_ex

Hi, I'm trying to use scapy_ex to proccess some packets in 802.11, but I don't know why I can't filter beacon frames (type 0 subtype 8).

When I import scapy_ex:

if pkt.haslayer(Dot11):
if pkt.type == 0 and pkt.subtype == 8:

this filter does not work, but without scape_ex It works xD.

Do you know what's going on? or what it's the problem?

Thank you. Regards.

using wrpcap shows malformed packets in wireshark

Hi,

When I try to use wrpcap to write the packets I received, all packets are displayed as malformed in wireshark.

I traced the problem to scapy_layers_dot11_RadioTap_extract_padding, it seems that wireshark and scapy (after importing scapy_ex.py) read the packet differently because of the padding location.

If I change the function to (not moving the padding anymore):
'''
def scapy_layers_dot11_RadioTap_extract_padding(self, s):
"""Ignore any unparsed conditionally present fields
If all fields have been parsed, the payload length should have decreased RadioTap_len bytes
If it has not, there are unparsed fields which should be treated as padding
"""
padding = len(s) - (self.pre_dissect_len - self.RadioTap_len)
if padding:
#return s[padding:], s[:padding]
return s, None
else:
return s, None
'''
wrpcap writes a valid wireshark pcap, but then scapy is not parsing the packet anymore.

We don't have degeneratedlabs repo anymore

Ey there. I'm degeneratedlabs (now dlabs, dlabs.co)'s repository mantainer.
I found your repo by chance looking for some stuff (I'm also airoscript-ng's dev) and I was surprised to see that you use our old (really old) repository. We've let that repository (even the domain) down.

I plan to put it back soon, but if it's only for aircrack-ng, you could use official repos.
It should even be in debian since the GPL fix by moving aircrack-ng to use gnutls instead of openssl.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.