Cross Site Scripting for Fun: PasteJacking

Cross Site Scripting (XSS)

A few weeks ago I found an issue which initially looks like unexploitable, it was Self XSS again, this time in Search Box where users can search for books/documents, XSS get triggered once we type/paste our payload in search box via Applications AutoSuggestion feature, but once search get completed it gets blocked by WAF at the backend, so only way to trigger XSS was AutoSuggestion feature which only can be done by user himself, so we cant do anything fancy here like THIS.

https://www.geekboy.ninja/blog/cross-site-scripting-for-fun-pastejacking/