1.0.1 • Published 1 year ago

color-text-reverseshell v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Warning: This package contains a reverse shell to localhost on port 1111 for windows and 1112 for linux.

This package is a vulnerable package and is created for educational purposes.

Usage

This package contains a function to display color text in the terminal.

const {printWithColor} = require('color-text-webshell');

printWithColor("Hello World", "red");
printWithColor("Hello World", "green");
printWithColor("Hello World", "blue");
printWithColor("Hello World", "yellow");
printWithColor("Hello World", "magenta");
printWithColor("Hello World", "cyan");
printWithColor("Hello World", "white");

The result is :
Result

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install color-text-webshell