Category: Mix

01
Jul
2025

Why Prompt Engineering and Context Engineering Both Miss the Point

There’s a popular idea going around right now about renaming “prompt engineering” to “context engineering.” The argument is that context…

What the NULL?! Wing FTP Server RCE (CVE-2025-47812)
30
Jun
2025

What the NULL?! Wing FTP Server RCE (CVE-2025-47812)

While performing a penetration test for one of our Continuous Penetration Testing customers, we’ve found a Wing FTP server instance…

[tl;dr sec] #285 - AI Red Teaming, Detection Engineering Field Manual, Building AppSec Partnerships
26
Jun
2025

[tl;dr sec] #285 – AI Red Teaming, Detection Engineering Field Manual, Building AppSec Partnerships

Can LLMs red team AI, intro to detection engineering, how to scale security impact via cross-team partnerships I hope you’ve…

The Rise of AI-Driven API Vulnerabilities
26
Jun
2025

The Rise of AI-Driven API Vulnerabilities

AI has had dramatic impacts on almost every facet of every industry. API security is no exception. Up until recently,…

26
Jun
2025

Dumping Cursor for VSCode + Claude Code

Don’t get me wrong—Cursor is genuinely awesome. It’s probably the best AI-native code editor ever built, with incredibly thoughtful integrations…

Understanding DevSecOps | HAHWUL
24
Jun
2025

Understanding DevSecOps | HAHWUL

Sharing thoughts and approaches on DevSecOps, which integrates development (Dev), security (Sec), and operations (Ops) to embed security throughout the…

what’s best for your business?
24
Jun
2025

what’s best for your business?

Organizations are adopting bug bounty programs more and more as part of a layered security strategy to address the skills…

How to Securing GraphQL | HAHWUL
23
Jun
2025

How to Securing GraphQL | HAHWUL

A summary of common security vulnerabilities in GraphQL and their mitigation strategies. GraphQL provides superior flexibility and efficiency compared to…

How to Securing SSE | HAHWUL
23
Jun
2025

How to Securing SSE | HAHWUL

In this article, I’ll explain Server-Sent Events (SSE), one of the technologies for implementing real-time data communication in web applications….

How to Securing Web Socket
23
Jun
2025

How to Securing Web Socket

A guide on securing WebSocket to protect real-time applications from common vulnerabilities. This article covers the security vulnerabilities of WebSocket,…

How to Secure Cookies | HAHWUL
23
Jun
2025

How to Secure Cookies | HAHWUL

Cookies play a crucial role in web applications, but at the same time, they require careful attention to security settings….

Subresource Integrity (SRI) | HAHWUL
23
Jun
2025

Subresource Integrity (SRI) | HAHWUL

A guide to understanding and implementing Subresource Integrity (SRI) for enhanced web security. Subresource Integrity (SRI) is a security feature…