A network monitoring tool for a small WiFi network. Helps you detect which devices are running on your network.
- Clone this repo.
- Navigate to the tempest folder and create a virtual environment
- Activate the virtual environment and install pip-tools by running
pip install pip-tools
. - Run
pip-sync
in your virtual environment to install required packages. - Create a superuser for your project using
python3 manage.py createsuperuser
. - Run
python3 manage.py runserver
and navigate tohttp://127.0.0.1:8000
.
- In another command line window, activate your virtual environment and run
python3 manage.py scan_network <network_range>
. Replace<network_range>
with the network which you want to scan. - Wait for the scan to complete.
- Refresh the browser page for the
127.0.0.1:8000
to see the