Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arch-err/upgradeshell
Upgradeshell is a script that send keystrokes to upgrade a crappy shell to a full tty.
https://github.com/arch-err/upgradeshell
automation hacktricks shell-script tty
Last synced: about 13 hours ago
JSON representation
Upgradeshell is a script that send keystrokes to upgrade a crappy shell to a full tty.
- Host: GitHub
- URL: https://github.com/arch-err/upgradeshell
- Owner: arch-err
- Created: 2023-11-11T17:18:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T17:28:34.000Z (about 1 year ago)
- Last Synced: 2024-11-24T01:31:56.640Z (2 months ago)
- Topics: automation, hacktricks, shell-script, tty
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UpgradeShell
## Description
UpgradeShell is a very small shellscript I made to automate the process of getting a full tty when you only have a crappy shell.
It was inspired by an article on the website [HackTricks](https://book.hacktricks.xyz/generic-methodologies-and-resources/shells/full-ttys).## Usage
This script is intended to be run from a launcher like dmenu or rofi## Dependencies
- xdotool### Arch-based distributions
```bash
sudo pacman -S xdotool
```
### Debian-based distributions
```bash
sudo apt install xdotool
```