16Tem
How to launch XSS code from an INPUT tag?
I have a website with the following code:
<input class="Header--search--form-input" name="search" value="" onfocus="alert(1)" autofocus="" placeholder="put request" >
When I try to put XSS in it, the code turns into text. Do you have any ideas about how to deceive it?