Skip to content

qrxnz/jsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsh

Usage

The Ip address and port are hard-coded, you should change the values that interest you!

const host = '127.0.0.1';
const port = 4444;

I don't recommend using this code, I am written that shit for educational purposes!

To install dependencies:

bun install

To compile into stadalone binary:

bun build --compile --minify --sourcemap ./index.js --outfile jsh

This project was created using bun init in bun v1.1.4. Bun is a fast all-in-one JavaScript runtime.

About

Simple revshell written in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published