Skip to content
/ jsh Public

Simple revshell written in JavaScript (experimental)

License

Notifications You must be signed in to change notification settings

qrxnz/jsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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;

Warning

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 (experimental)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published