• caglararli@hotmail.com
  • 05386281520

How to launch XSS code from an INPUT tag?

Çağlar Arlı      -    19 Views

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="&quot; onfocus=&quot;alert(1)&quot; autofocus=&quot;" 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?