A complete reference for HTML <iframe> properties, attributes, methods, and events.
| Attribute | Description |
|---|
Purpose: Quick reference for headers that can override or indicate original request URL/path/host/proto. Useful for VAPT, debugging reverse proxies, and hardening.
X-Original-URL — original path before rewrite (IIS, some middlewares)X-Rewrite-URL — original path used by IIS/mod_rewriteThis document provides a high-level overview of major XML technologies. It's designed for developers who need a quick refresher on core concepts, common quirks, and practical examples.
The foundation. A markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.
A reference of quirks, behaviors, and security-relevant properties in HTML5 + SVG, useful for penetration testing, payload crafting, and filter bypass research.
HTML Elements Parsing quirks - link mXSS CheatSheet
<animate> element in SVG is used to animate attributes of another SVG element.<animate> has no href, the parent element becomes the host.<animate href="#id"> is present, the host = the element with that ID.JavaScript can technically be written using only Unicode escape sequences or Unicode homoglyphs. This makes code valid to the JS engine but unreadable or misleading to humans. It is often used in obfuscation, XSS payloads, or supply chain attacks.
HTTP Method Spoofing is when a client sends a request that appears to be a safe or allowed HTTP method (POST, GET), but actually instructs the server-side framework to treat it as a different method (PUT, PATCH, DELETE) via a hidden parameter or HTTP header.
Purpose:
GET and POST.