In this post, I will be covering a dynamic JavaScript and Java anti-bot solution...
obfio
In this blog I'll be doing web reverse-engineering on Twitter. For context, I ha...
A technical walkthrough of Shape Security's JavaScript VM-based protection — unp...
svebaa
In today's article we will look over file manipulation and debugging of NodeJS a...
Nero
ShapeSecurity's Javascript Virtual Machine(VM) has a remarkable reputation for b...
botting.rocks
In previous part, we talked about the VM Internals especifically about the VM Ma...
Okay, now that we have finished talking about the VM Machinery in part 1 and the...
Today we are diving a little to see how @babel/traverse
The second part of deobfuscating Imperva's utmvc anti-bot script — diving deeper...
yog
In part 1 we successfully revealed all of the strings in the script. In this par...
enter: (node: t.Node, opts?: any) => void,
Of course, we used it on this blog to reverse engineer a good part of Incapsula ...
Sometimes when working on scraping some website you look into JavaScript code an...
rl1987
This article assumes a preliminary understanding of Abstract Syntax Tree structu...
SteakEnthusiast
Deobfuscating Javascript via AST: Converting Bracket Notation => Dot Notation fo...
Welcome to the first article in my series about Javascript deobfuscation. I won’...
A deep dive into building disassemblers for virtual machine-based code obfuscati...
Tim Blazytko
We've been through quite a ride till now, but it only gets better. Today we'll t...
Our script got to be pretty beautiful, we might say. But, let's look at some sni...
Last time, we've made great progress in making the script a little more human-fr...
NodeJSinstalled, a text editor or IDE (in my case I useVSCode) and most preferab...
We've got over the first part! After beautifying the file, it looks something li...
Let’s imagine for a second you want to bot a website. Though, why would you wann...
We got to the point I’ve been waiting for: AST Manipulation and Regex.
Jscrambler, a leader in JavaScript Client-side security makes claims to “Bullet-...
nullpt.rs