Bypassing HTML Encoding for XSS in Search Input
I’m a beginner bug hunter and I’m currently looking for XSS vulnerabilities in a search input where the search result is displayed on the page like this:
Search Result – <script>alert(1)</script>
The application allows the us… Continue reading Bypassing HTML Encoding for XSS in Search Input