How to Use Multithreading in Node.js
Node.js runs JavaScript code in a single thread, which means your code can do one task at a time and can’t use multiple cores. To remedy this, Node.js introd… (more…)
Read more »Node is a wonder hacking platform and in this blog post I will show you how to quickly utilise the internal HTTP parser to extract HTTP sessions from PCAP files, which I am sure you already know is very useful in a wide range of scenarios – from hacking W… Read more