News Feed
  • DrugHub has agreed to fully refund all users who lost money in the SuperMarket exit scam.  
  • Retro Market has gone offline. Circumstances of the closure unknown.  
  • SuperMarket has closed following an exit scam by one of the admins.  
  • The admin of Incognito Market, Pharoah, has been arrested by the FBI several months after exit scamming.  
  • Silk RoadTorhoo mini logo
  • darknet markets list
  • Popular P2P exchange LocalMonero has announced it is closing.  

JavaScript Malware : programming | Torhoo darknet markets

I have a great understanding of javascript, and want to create a malware package for like ip grabbers, trojans, ddos. Would I be able to create a "good" package with multifeautures with just JavaScript? I do not have any C family experience.
/u/billythekidd
2 points
3 years ago
Probably. Malicious JavaScript is one of the more common attacks on the dn. I remember seeing that Funshine made his first ransomeware in python.
/u/Skeptech
1 points
3 years ago
I'm currently messing around with file encryption in python and considering making a ransomware of my own, but am looking at learning golang for rats.
/u/phishermansfreind
1 points
3 years ago
alot you can make, skimmers are a good example, exploit kits are made in js usually, cross site scripting, cross domain printing etc. Alot of options.
/u/KRTCDEV 📢
2 points
3 years ago
Thanks for the reply, just wanted to make sure of all the possibilities first!
/u/Skeptech
1 points
3 years ago
I know it doesn't answer the question, but I'd recommend looking at things like the BEEF project, as it uses a lot of js exploits
/u/KRTCDEV 📢
1 points
3 years ago
Thanks for the info, I'll look into it!
/u/floatingpoint
1 points
3 years ago
A new JavaScript exploit was just demoed in Vancouver.
/u/robb1e
1 points
3 years ago
if you want to infect actual computers your best choice is to learn the basics of C and using QuickJS to run your javascript code inside the executable even if it's not the best choice