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

https://github.com/picocode1/shellcreator

Create a reverse shell from CLI
https://github.com/picocode1/shellcreator

cli command-line hacking npm-package reverse-shell shell shellcreator

Last synced: 3 months ago
JSON representation

Create a reverse shell from CLI

Awesome Lists containing this project

README

          

# ShellCreator
Create a fast reverse shell via the CLI

Currently only tested on Windows 10

### Usage:

```console
npx shellcreator
```

### Feature list

- [x] Local network detection.
- [x] Preloaded reverse shells from [Revshells](https://www.revshells.com/)
- [x] Fast creation of reverse shell.
- [ ] Full TTY Shell.

### Preview
![Alt Text](https://pico.codes/pictures/fp3pp6p8dhp5wn5.gif)

### Dependencies (Gets auto installed)
* chalk
* inquirer
* inquirer-autocomplete-prompt
* chalk-animation
* fuzzy
* clipboardy

Install command:
```console
npm i shellcreator
```