j0k3rD / WiFi_Log_Manager

Authors: Marcos Miglierina (XxRaXoRxX), Aaron Moya (j0k3rD)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔧 WiFi Log Manager 🔧

  • Copyright ©️ 2022
  • Authors: Marcos Miglierina (XxRaXoRxX), Aaron Moya (j0k3rD)

Description

WiFi Log Manager is a tool to manage a WiFi network through a log file that can be given in Excel or CSV format.

There are 8 options:

  1. User Session List
    Lists all sessions the user has had.
  2. User Session List by Date
    Lists all sessions the user has had on a specified date (date range is allowed).
  3. Total User Session Time
    Shows the total session time of a user in HH:MM:SS format.
  4. User MAC
    Show the User's MAC.
  5. All User MACs
    Show all the User's MAC.
  6. User Connected by AP
    List users connected to an AP, using the AP's MAC in a given date range.
  7. User Traffic
    Show the User Download and Upload Traffic (bytes, megabytes, gigabytes).
  8. LIST AP (Ordered by Total Traffic)
    List APs sorted by total traffic.

Supported Platforms:

  • Linux
  • Windows (Experimental)
  • MacOS (Experimental)

Installation

(You need to have python3 installed)

Install via:

cd WiFi_Log_Manager
#**Move your Excel or CSV file to the Directory**
./install.sh
./boot.sh

Installation

Linux

git clone https://github.com/j0k3rD/WiFi_Log_Manager 
cd WiFi_Log_Manager
#**Move your Excel or CSV file to the Directory**
./install.sh
./boot.sh

Bugs and enhancements

For bug reports or enhancements, please open an issue :).

About

Authors: Marcos Miglierina (XxRaXoRxX), Aaron Moya (j0k3rD)


Languages

Language:Python 99.6%Language:Shell 0.4%