Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobody1902/tnrshell
Totally Not Reverse Shell
https://github.com/nobody1902/tnrshell
Last synced: about 1 month ago
JSON representation
Totally Not Reverse Shell
- Host: GitHub
- URL: https://github.com/nobody1902/tnrshell
- Owner: Nobody1902
- License: gpl-3.0
- Created: 2023-11-12T14:21:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T19:26:11.000Z (about 1 year ago)
- Last Synced: 2023-11-18T20:26:57.140Z (about 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TNRShell
- A remote control commandline tool, used for controlling multiple devices.## Installation
- Run `pip install -r requirements.txt`
- Make sure to change the **SERVER INFO** in `client.py` to your server information.- *Optionally you can change the settings in `.env`*
## Documentation
After starting `server.py` the commands you can use are:
- *list* - prints all the connected clients (**ID**, **ip:port**)
- ***select (sel) [ip:port]*** - selects a client to control by hostname
- ***select (sel) .[ID]*** - selects a client to control by connection id
- *exit* - closes the serever
- *clear (cls)* -clears screenAfter selecting a client to control the commands are:
- *!exit* - exits the selection
- *!close (!stop)* - closes the server connection to the client
- **Any other command will be executed on the client's machine**## Additional
- Check out this project's [LICENSE](https://github.com/Nobody1902/TNRShell/blob/main/LICENSE)
- If you encounter any problems [create an issue](https://github.com/Nobody1902/TNRShell/issues/new).
- Or if you want to contribute [open a pull request](https://github.com/Nobody1902/TNRShell/compare).