// Articles

All Articles

17 articles covering web security, network hacking, reverse engineering, and more.

XSS Filter Evasion, Polyglots & WAF Bypass Tactics
web security Advanced Series

XSS Filter Evasion, Polyglots & WAF Bypass Tactics

Learn advanced XSS filter evasion, polyglot payloads, and WAF bypass tactics to understand modern client-side attack paths and defenses.

#xss #filter-evasion #polyglots
12 min read
Precision Payloads for Reflected and Stored XSS
web security Advanced Series

Precision Payloads for Reflected and Stored XSS

Learn advanced reflected and stored XSS payload crafting, context-aware exploitation, and evasive techniques for real-world web attacks.

#xss #reflected-xss #stored-xss
11 min read
Modern XSS Threat Modeling and Attack Surface Guide
web security Advanced Series

Modern XSS Threat Modeling and Attack Surface Guide

Learn advanced XSS threat modeling, map client-side attack surfaces, and identify modern injection paths across today’s web apps.

#xss #threat-modeling #attack-surface
11 min read
Second-Order SQL Injection: Stored Payloads, Delayed Impact
web security Advanced Series

Second-Order SQL Injection: Stored Payloads, Delayed Impact

Learn how second-order SQL injection works through stored payloads that execute later, and how to detect and prevent delayed attack chains.

#second-order-sql-injection #sql-injection #web-security
10 min read
SQL Injection in Login Forms: Authentication Bypass
web security Advanced Series

SQL Injection in Login Forms: Authentication Bypass

Learn how SQL injection in login forms can enable authentication bypass, common payload patterns, and secure server-side defenses.

#sql-injection #authentication-bypass #login-forms
11 min read
Error-Based SQL Injection: Extracting Data via DB Errors
web security Advanced Series

Error-Based SQL Injection: Extracting Data via DB Errors

Learn how error-based SQL injection reveals database data through verbose errors, with techniques, examples, and key prerequisites.

#sql-injection #error-based-sqli #database-errors
9 min read
Time-Based Blind SQL Injection: Delay Attacks Explained
web security Advanced Series

Time-Based Blind SQL Injection: Delay Attacks Explained

Learn how time-based blind SQL injection uses response delays to confirm vulnerabilities and exfiltrate data when no output is visible.

#sql-injection #blind-sqli #time-based-sqli
9 min read