Skip to content
/ nwifi Public

find out the number of hosts connected to your wifi

License

Notifications You must be signed in to change notification settings

0x7AE3/nwifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nwifi

A tool to count the number of hosts connected to your ARRIS router (at least most modern ones).

Demo

Requirements

  • Chrome Driver version 103+ (comes with chrome)
  • Python 3
  • packages listed in requirements.txt

Virtual Environment

I recommend doing all of this inside a virtualenv, i.e. running the following commands inside an empty directory:

python -m venv venv
source venv/bin/activate

and you can of course leave the environment at any time by running

deactivate

Usage

  1. Install the required packages
pip install -r requirements.txt
  1. Adjust NETWORK_SSID appropriately (and 5G_PRESENT if you do not have 5G support) in config.py

  2. Run the script

python main.py

Add to your path

You can clone this project inside your /usr/local/bin and then create an nwifi executable file there invoking the above command (with a bit of finicking if you used a venv).

About

find out the number of hosts connected to your wifi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages