Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arch-err/by8
BY8 is a linux commandline tool for kicking out logged in users on your (linux) machine automatically.
https://github.com/arch-err/by8
cyber-security linux linux-tools
Last synced: about 13 hours ago
JSON representation
BY8 is a linux commandline tool for kicking out logged in users on your (linux) machine automatically.
- Host: GitHub
- URL: https://github.com/arch-err/by8
- Owner: arch-err
- Created: 2023-06-27T18:19:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-28T09:18:46.000Z (over 1 year ago)
- Last Synced: 2024-11-24T01:32:03.891Z (2 months ago)
- Topics: cyber-security, linux, linux-tools
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BY8
BY8, or BYE, is a linux commandline tool for kicking out logged in users on your machine. This can be used for kicking out attackers on a host, but it could equally well serve as a tool for closing down an x session (closing the tty) during debugging.# Installation
```
git clone https://github.com/arch-err/BY8.git
```
## Dependencies
- fzf### Arch-based distributions
```
sudo pacman -S fzf
```
### Debian-based distributions
```
sudo apt install fzf
```# Usage
```
$ ./BY8 -k
*Choose session to kick*
```
OR
```
$ ./BY8 -h
```
OR
```
$ ./BY8 -b
user1 tty1 xinit /home/user1/.config/xinitrc
user2 tty2 xinit /home/user2/.config/xinitrc
user3 pts/8 -bashWhat should be grepped for to identify the target? Could be a username, terminal-type, etc.
I understand regex (PCRE) btw, so feel free to use your big brain.
> *Input identifier*
```