Harnessing Python Decorators: A Guide to Writing and Using Decorators — chs.usThe Basics:Dec 20, 2023Dec 20, 2023
Exploring Python’s New SubinterpretersThe Python community never ceases to innovate. One of the most recent additions to Python’s vast feature set is “subinterpreters”. As the…Nov 29, 2023Nov 29, 2023
Diving into Python’s Dunder Methods: The Magic Behind the ScenesIn the vast world of Python programming, there are many concepts that programmers come across regularly. One such concept is the use of…Apr 2, 2023Apr 2, 2023
Writing a Basic Burp Extension in PythonBurp Suite is a popular web security testing tool that helps you secure web applications by testing and validating vulnerabilities. It’s a…Feb 20, 20231Feb 20, 20231
Content Security PolicyContent Security Policy (CSP) is a security measure that helps protect web applications from various attacks, including Cross-Site…Aug 8, 2022Aug 8, 2022
Writing a Burp Extension in Ruby — Part 1Step 2 — Configure Burp to use the JRuby library downloaded in Step 1Nov 30, 2020Nov 30, 2020
Writing a Burp Extension in Ruby — Part 1Burp extensions can be written in 3 languages — Java, Python, and Ruby. Since Burp is a java app, in order to write extensions in Python…Nov 29, 2020Nov 29, 2020
Writing a Burp Extension — Part OneThis is the first part in a series that I plan to write on how to create Burp extensions. I became interested in writing Burp extensions at…Apr 11, 2018Apr 11, 2018