diff --git a/XSS Injection/README.md b/XSS Injection/README.md index 43804cd..440006c 100644 --- a/XSS Injection/README.md +++ b/XSS Injection/README.md @@ -158,6 +158,8 @@ Most tools are also suitable for blind XSS attacks: ipt>alert('XSS')ipt> "> "> + + // Img payload @@ -177,6 +179,8 @@ Most tools are also suitable for blind XSS attacks: "> ">(`Firefox` is the only browser which allows self closing script) +alert('33') +alert('33') // Div payload
MOVE HERE