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... (more…)
Read more »
AskQL is a new query language that is also a programming language. I’ve written an introduction about it in the former post. In this article we will see how it can be setup in a nodejs server… (more…)
Read more »
Easily send logs from your nodeJs application to AWSCloudWatchLogs service. Latest version: 2.0.0, last published: 2 hours ago. Start using send-cloudwatch-log in your project by running `npm i send-cloudwatch-log`. There are no other projects in the npm ... (more…)
Read more »
Recently I landed experimental support for require()-ing synchronous ES modules in Node.js, a feature that has been long overdue. In the pull request, I commented with my understanding about why it di... (more…)
Read more »