Python script to stabilize unix reverse shells
pipx install git+https://github.com/T1erno/stabilizeShell
- Install git package
sudo apt install git python3 pipx -y
- Clone the repository to your machine
git clone https://github.com/T1erno/stabilizeShell.git
- Change directory
cd stabilizeShell
- Install
pipx install .
Code contributions always are welcome :^) For contributing, please use dev branch for your changes.
If you find a bug please open an issue. When reporting a bug, it's helpful to provide as much information as possible so that others can reproduce the error and offer suggestions for a solution. Here are some things you might want to consider including in your bug report:
- A description of the problem
- Steps to reproduce the problem
- Screenshots or screen recordings if applicable
- The version of your operating system and any relevant software
- Any error messages or stack traces that you received
- Any additional context that might be helpful in understanding the problem
The more information you provide, the easier it will be for others to understand and address the issue :^)