nixpal / wiTracer

macOS Terminal Wifi scanner with beautiful colors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS Terminal Wifi Scanner and Tracer V2

  • This is the second version of the other macOS Terminal wifi scanner. The first version using shell script with Awk to print a nice organized output of airport utility on macOS.

  • This version uses Python and it has three options for scanning.

    • First option is to use distance instead of dBi and the distance is measured in Meter
    • Second option is to use the normal dBi metric
    • Third option is to trace a specific AP by providing the mac address you get from one of the first two options.

Usage:

  • ./WiTracer -b ec:bb:59:aa:bc:50
  • ./WiTracer -d -all
  • ./WiTracer -x -all

Notice:

  • I Edited the code to show colors in the distance now when you specifiy the mac address and also the distance is matched with the one at the upper right corner.

dBi

Meter

1

2

Thank you all.

About

macOS Terminal Wifi scanner with beautiful colors.

License:MIT License


Languages

Language:Python 100.0%