DeuzivanLima / who-is-on-my-wifi

Made with Python to be fast and to forget Fing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Who Is On My Wifi

How to run it

You need run with root access to get MAC address and other things. ~ $ sudo python3 main.py

To see all infos on device.db

I'm working to improve a UI to see it, but you can use sqlite3 tool to see

~ $ sqlite3 device.db

Enter in box mode sqlite3> .mode box

And print all sqlite3> SELECT * FROM device;

About

Made with Python to be fast and to forget Fing

License:MIT License


Languages

Language:Python 51.4%Language:JavaScript 47.1%Language:CSS 1.5%