Skip to content

pierrickdelrieu/npmPackage-colorTextWebshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vulnerable NPM Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published