Skip to content

david232818/wireless-tool-in-c

Repository files navigation

Wireless-tool-in-C

Introduction

This project is writing wireless tool that can do the following in C:

  • Capture wireless frames
  • Build and send wireless frames

Installation

Go to your working directory and clone this repository via git clone command.

$ git clone https://github.com/david232818/Wireless-tool-in-C.git

Then "Wireless-tool-in-C" directory will be made in your working directory. Go to this repo directory and execute make command.

$ cd Wireless-tool-in-C
$ make

Above make command will compile the source and generate a elf file called "wltools". If this executable is generated, execute it with -c option and your wireless adapter's name.

$ sudo ./wltools -c [your wireless adapter's name]

If you typed it correctly, the program will start capturing.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages