Author Topic: XSS attack with different result  (Read 530 times)

0 Members and 1 Guest are viewing this topic.

Offline nensen

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
XSS attack with different result
« on: January 14, 2015, 11:53:35 pm »
Hello, lets say i have fake form. When i subbmit this form with click on submit button i can preform sucesfull XSS attack. But when i submit this form with javascript document.forms["formName"].submit() it will just redirect to target site. What am I missing?

 btw my target site does not have any token validation, just https encryption.

Thanks
« Last Edit: January 14, 2015, 11:53:55 pm by nensen »