LinSide β Who's Inside My Linux?
A simple script to monitor and manage active sessions on your Linux server. See who is logged in, from which IP, and easily terminate suspicious sessions.
- Lists all active Linux sessions (including yourself)
- Displays simple
whooutput: - Numbered list for easy session selection
- Kill any session directly from the script
- Simple, lightweight, no dependencies
- Install as a systemd service, so it works by simply typing "lins"
bash <(curl -Ls https://raw.githubusercontent.com/0xamirreza/LinSide/Master/linside.sh)