EvilZone

Hacking and Security => Hacking and Security => : nensen January 14, 2015, 11:53:35 PM

: XSS attack with different result
: nensen 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