How to Use Python in Hacking
Automating Everything Scripting is often the gateway to programming. If you have a repetitive, time-consuming task that needs to be performed regularly, you have likely wondered if there is a more efficient solution. I’m here to tell you that there is, and that...
Burp Extensions: Singletons and Scope
Burp Extensions: GUI Design
Overview In part 4 of our series on creating extensions for Burp Suite using the Montoya API, we will learn about designing an interactive GUI for our extension. If you haven’t read the previous installments of this blog post series yet, we highly recommend you do...
A Beginner’s Guide to JSON
Overview JSON permeates virtually every corner of the digital landscape today. It powers web APIs, configures files, fuels mobile apps, and anchors data storage. To maintain seamless day-to-day hacking, it’s crucial to wield a robust understanding of JSON....
