Code Monkey home page Code Monkey logo

Comments (6)

dernyn avatar dernyn commented on August 19, 2024

Hi, hsluoyz

I think this Idea is a great one, but what you are after is done in a different way, let me explain.

The windows version of Aircrack-ng seems to rely on a windows kernel mode driver which replaces the original wireless card driver with that of CACE airPcap driver which allows the card to be placed on monitor mode. You can simply create a version of this type of driver to control the card into that mode.
https://support.riverbed.com/content/support/software/steelcentral-npm/airpcap.html

No, disrespect but, Your NDIS 6 driver may not work in the way you want it to function, a new kernel driver may have to be created.

You can extract the packaged executable from CACE latest version 4.1.3.3348 and examine the goods particularly the airpcap.sys and it's INF, airpcap.inf

from aircrack-ng-archive.

hsluoyz avatar hsluoyz commented on August 19, 2024

Hi @dernyn ,

I know the current implementation of Npcap Wi-Fi may have difference with CASE. But it is really a who can become the standard issue. Once Riverbed (which acquired CASE) wants to integrate the AirPcap code into Npcap. However, things don't go that way for now.

Currently Aircrack-ng only supports AirPcap, I don't know if it's too hard to support Npcap at the same time. Or should Npcap and AirPcap unify the API first.

I know we can reverse-engineer the AirPcap driver but I'm sure if it's legal to do this. As it will be used on an open-source software, this kind of problems need to be especially noticed.

from aircrack-ng-archive.

binarymaster avatar binarymaster commented on August 19, 2024

osdep directory in the source tree contains the API functions used to control the wireless interface, each file with different implementation for each operating system.

I see two possible ways adding Npcap support:

  1. Modify cygwin.c with some IFDEF's.
  2. Write npcap.c from scratch with needed APIs, then add some IFDEFs to osdep.h.

from aircrack-ng-archive.

quantumcore avatar quantumcore commented on August 19, 2024

If I'm not mistaken, Airpcap is only supported for 64bit Windows not 32bit. I already have npcap installed on my 32bit Machine and It works.

Npcap support needs to be Added to Windows. I support this idea.

from aircrack-ng-archive.

TimeTravelersHackedMe avatar TimeTravelersHackedMe commented on August 19, 2024

Hey, is anyone actively working on this feature? If so, is there any road map for it?

from aircrack-ng-archive.

aircrack-ng avatar aircrack-ng commented on August 19, 2024

Not yet, some other changes are underway.

from aircrack-ng-archive.

Related Issues (20)

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.