Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 956 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 956 Bytes

Aircrack-Ng-144p

Aircrack-Ng-144p is a simplified Wi-Fi network scanner tool implemented in C. It scans for available Wi-Fi networks and prints their basic information such as SSID, BSSID, channel, and signal strength.

Features

  • Scans for Wi-Fi networks available on a specified interface.
  • Prints basic information about each discovered Wi-Fi network.

Prerequisites

  • Linux operating system (or similar with Wi-Fi support).
  • GCC compiler installed.
  • Basic knowledge of compiling and running C programs.

Usage

  1. Clone the Repository:

    Clone the repository to your local machine using Git.

    git clone https://github.com/your-username/Aircrack-Ng-144p.git
    cd Aircrack-Ng-144p
    

Example: Wi-Fi Networks Found: SSID: MyWiFiNetwork, BSSID: 12:34:56:78:9A:BC, Channel: 6, Signal Strength: 80% SSID: GuestNetwork, BSSID: AB:CD:EF:12:34:56, Channel: 1, Signal Strength: 65%

hang on!! Newer Stealth Update incoming!!