diff --git a/CSRF Injection/README.md b/CSRF Injection/README.md index cbf34e2..693715f 100644 --- a/CSRF Injection/README.md +++ b/CSRF Injection/README.md @@ -112,6 +112,8 @@ xhr.send(); ### JSON POST - Simple Request +With XHR : + ```html ``` +With autosubmit send form, which bypasses certain browser protections such as the Standard option of [Enhanced Tracking Protection](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop?as=u&utm_source=inproduct#w_standard-enhanced-tracking-protection) in Firefox browser : + +```html +
+// this input will send : {"role":admin,"other":"="} + +
+ +``` ### JSON POST - Complex Request