I am attempting to (legally) XSS a website. This site doesn't have most of the common XSS issues, as it doesn't interact with the server and only uses local storage for its fields. However, I can still send a XMLHttpRequest() using a vulnerable field. I am attempting to prove I can cause reputational harm to the website as a potential problem with the vulnerable field, even if other XSS types are mitigated by the website's lack of functionality.
Questions:
Thanks for any help!