Building a Backdoor in Node.js with 50 Lines of Code

How attackers gain high-level access to a computer system and manage to steal personal & financial data with the help of a backdoor in Node.js using 50 lines of code. Read more

Similar

A curious case of memory leak in a Node.js app

This is a story of a bug I had an opportunity to fix in the ancient times of node.js 0.10. The new and shiny node.js 0.12 was still just glimmering somewhere on the horizon, we were still young and beautiful. Some of us, at least.

Read more »

HTML in Node.js

Sometimes we can be using a technology for years and not realize that it hides some small, yet super useful, feature deep inside. This is also true for Node.js and its `require()`. Did you know that it allows you to import HTML files into your JavaScript ... (more…)

Read more »