by Alex Tushinsky | Jul 31, 2024 | Programming
Introduction Ethical hacking does not require you to be a programmer, but it does help greatly if you are! Understanding C# can help in many ways. The language can be utilized to create ad-hoc applications that may outperform the tools we use today, many of which are...
by TCMS Staff | Jul 24, 2024 | Programming
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...
by TCMS Staff | Mar 25, 2024 | Programming, Web Applications
Overview In the third part of our series on creating extensions for Burp Suite using the Montoya API, we will learn about design patterns and implement a Singleton object. Additionally, we’ll ensure our custom header only gets added to in-scope requests. If you...
by TCMS Staff | Feb 16, 2024 | Programming, Web Applications
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...
by Alex Olsen | Nov 30, 2023 | Programming, Web Applications
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....
by Alex Olsen | Sep 20, 2023 | Programming, Security
Overview With application security being a critical component of most organizations defenses, development teams must be proactive to safeguard their applications. This article delves into three fundamental practices to enhance security: viewing every user through a...