🔒 Closed How to send a ransomeware worldwide via email only

Status
Not open for further replies.

Murd3rer

Eternal Poster
Requirements:
Coding Skill -I prefer NodeJS
IQ
Brain
Knowledge
Understanding
Try not to get tracked

Generating an email:
1.Create a utility that automatically generates an email(Use: You do not have permission to view the full content of this post. Log in or register now.)
2.Make sure the utility catches any error on generating emails(It is used to recieve any error, can be used to logging)

Sending an email message:
1.Create a utility that send an email message(Use: You do not have permission to view the full content of this post. Log in or register now.)

Final:
1.Create a file for generating & sending(index.js).
2.Import the Generating an email(Util) & Sending an email message(util).
3.Make a repeater.
4. Then use the (Generating an email) to generate an email after It's generated, use the (Sending an email message) to send your virus to that email.

The repeater is used so it automatically send a message to the email that is generated.

Code example only(Not working bc example but accurate):
setInterval(function(){
var email_generator = require("random-email)
var nodemailer = require("nodemailer")

var random_email = email_generator()

nodemailer.sendMail({}, (err, data)=>{
if(err){
console.log("Failed to send message")
return
}

console.log("Message successfully sent.")
})
}, 100) -Repeats every 100 miliseconds 0.1

Note: It will be better if the ransomeware infects networks to use other computers to execute or spread the virus even fasted then run the virus to destroy the computer.(FOR PURPOSES EDUCATION ONLY)
 
Status
Not open for further replies.

About this Thread

  • 3
    Replies
  • 88
    Views
  • 4
    Participants
Last reply from:
thelastswordsma

Trending Topics

Online now

Members online
1,086
Guests online
1,638
Total visitors
2,724

Forum statistics

Threads
2,290,537
Posts
29,064,998
Members
1,212,366
Latest member
yuki799
Back
Top