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
- Host: GitHub
- URL: https://github.com/picocode1/shellcreator
- Owner: picocode1
- Created: 2022-02-23T17:51:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T18:09:39.000Z (almost 4 years ago)
- Last Synced: 2025-10-11T09:02:26.789Z (3 months ago)
- Topics: cli, command-line, hacking, npm-package, reverse-shell, shell, shellcreator
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### Dependencies (Gets auto installed)
* chalk
* inquirer
* inquirer-autocomplete-prompt
* chalk-animation
* fuzzy
* clipboardy
Install command:
```console
npm i shellcreator
```