Giter Club home page Giter Club logo

Comments (5)

n0ss avatar n0ss commented on June 20, 2024

Actually I think this depends on the software you are using, the type of attack (active/passive) and the actual attack (what are you trying to capture, how do you configure your command, etc). I don't think your issue is necessarily related to the driver itself. Without further details actually it could be a lot of things

from realtek-rtl88xxau-dkms.

anatolyvenzekov avatar anatolyvenzekov commented on June 20, 2024

Thanks for the quick response @n0ss .

I am simply sniffing a wifi channel in monitor mode using tcpdump, which below uses pcap library. For that, I simply put card interface in monitor mode with the following commands:
$ sudo ip link set _interface_ down
$ sudo iw dev _interface_ set type monitor
$ sudo ip link set _interface_ up
$ iw dev _interface_ set channel 1

and finally I see the traffic captured with:
tcpdump -i interface -XX

Any idea?

from realtek-rtl88xxau-dkms.

n0ss avatar n0ss commented on June 20, 2024

I suggest you look into hcxdumptools : https://github.com/ZerBea/hcxdumptool
https://github.com/ZerBea/hcxtools

They are the most up to date for targetting Wi-Fi vulns.
What are you currently trying to achieve ?

Also you could read this : https://hashcat.net/forum/thread-9639.html

from realtek-rtl88xxau-dkms.

anatolyvenzekov avatar anatolyvenzekov commented on June 20, 2024

Simply I just want to sniff as much as WiFi packets as I can, in order to analyze then. I am doing the same with another card of Alfa, AWUS036AC (rtl8812au) and the result in number of packets sniffed is huge compared with AWUS1900.

from realtek-rtl88xxau-dkms.

Steso871 avatar Steso871 commented on June 20, 2024

i also have low number of AP that my awus 1900 can se. My cheap rtl8812au can se many more

from realtek-rtl88xxau-dkms.

Related Issues (4)

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.