This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Testing for Client Side URL Redirect (OTG-CLIENT-004)

From OWASP
Revision as of 09:55, 16 December 2013 by Mmeucci (talk | contribs) (Created page with "{{Template:OWASP Testing Guide v4}} == Brief Summary == aaa == Description of the Issue == aaa <pre> code here </pre> == Black Box testing and example == Blackbox testi...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This article is part of the new OWASP Testing Guide v4.
Back to the OWASP Testing Guide v4 ToC: https://www.owasp.org/index.php/OWASP_Testing_Guide_v4_Table_of_Contents Back to the OWASP Testing Guide Project: https://www.owasp.org/index.php/OWASP_Testing_Project

Brief Summary

aaa

Description of the Issue

aaa

code here


Black Box testing and example

Blackbox testing for XXX is not usually performed since access to the source code is always available as it needs to be sent to the client to be executed.

Gray Box testing and example

Testing for XXX vulnerabilities:
For example, looking at the following URL: XXX

The HTML code will contains the following script:

XXX

aaa

References

OWASP Resources

Whitepapers