An open API service indexing awesome lists of open source software.

https://github.com/0xamirreza/linside

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.
https://github.com/0xamirreza/linside

cli cross-distribution linux shell

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# LinSide

**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.

---
## Features

- Lists all active Linux sessions (including yourself)
- Displays simple `who` output:
- Numbered list for easy session selection
- Kill any session directly from the script
- Simple, lightweight, no dependencies

---
## ToDo
- [ ] Install as a systemd service, so it works by simply typing "lins"

---
## Quick Start

```bash
bash <(curl -Ls https://raw.githubusercontent.com/0xamirreza/LinSide/Master/linside.sh)
```