Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extrange/reverse-shell
Setup reverse SSH shell on a machine
https://github.com/extrange/reverse-shell
Last synced: about 1 month ago
JSON representation
Setup reverse SSH shell on a machine
- Host: GitHub
- URL: https://github.com/extrange/reverse-shell
- Owner: extrange
- Created: 2024-10-08T10:55:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:45:00.000Z (2 months ago)
- Last Synced: 2024-10-25T03:25:35.438Z (about 2 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Reverse Shell on Remote Machines
Sets up a reverse shell on remote machines, using my server as the gateway.
Mainly for AWS Sagemaker notebooks.
```sh
curl https://raw.githubusercontent.com/extrange/reverse-shell/main/setup.sh | bash
```To setup a convenient host alias and execute Starship automatically, add `.ssh/ssh-config` on the local host.
To configure both staging and production accounts, copy `~/.aws/config` to the same path on the remote host.