I'll make this look better later. Also I'll add an install script.
- git
- node and npm
- python3
- scapy for python3
- requests for python3
npm Install
npm start
or
node index.js
Connect to http://localhost:3000/ to get the ssid log page. Following is a few notable keybinds:
a: Toggles autoscroll
h: Displays help
Connect to http://localhost:3000/logs/ to get a log page that has all logs including error logs from the server. This will require a login in a later update.
sudo pip3 install -r requirements.txt
if python3's alias is python in your operating system
sudo python captureNode.py
if python3's alias is python3
sudo python3 captureNode.py