diff --git a/XSS Injection/README.md b/XSS Injection/README.md index 1531569..b4c275b 100644 --- a/XSS Injection/README.md +++ b/XSS Injection/README.md @@ -805,9 +805,11 @@ setTimeout`alert\u0028document.domain\u0029`; -// Bypass onxxx= filter with a null byte/vertical tab +// Bypass onxxx= filter with a null byte/vertical tab/Carriage Return/Line Feed + + // Bypass onxxx= filter with a '/' @@ -819,7 +821,7 @@ setTimeout`alert\u0028document.domain\u0029`; // Bypass space filter with "/" -// Bypass space filter with 0x0c/^L +// Bypass space filter with 0x0c/^L or 0x0d/^M or 0x0a/^J or 0x09/^I $ echo "" | xxd