2013-12-09

Re: Practice Final Question 5 .

Mari Kaneshima<br>Samira Oliva<br>Pedro Flores

Mari Kaneshima<br>Samira Oliva<br>Pedro Flores
2013-12-11

Practice Final Question 5

&#039;&#039;&#039;Originally Posted By: Maxwell Gregory&#039;&#039;&#039;

Maxwell Gregory&lt;br&gt;Mari Kaneshima&lt;br&gt;Samira Oliva&lt;br&gt;Pedro Flores&lt;br&gt;&lt;br&gt;&lt;br&gt;XSS&lt;br&gt;&lt;br&gt;Cross-site scripting, works by client-side script injection. This can be done &lt;br&gt;by a user posting javascript to a webpage through a comment form that will get &lt;br&gt;excuted on form submission that the web page will then display their malicious code&lt;br&gt;upon being viewed by other users. You can also manipulate the query parameters of a url&lt;br&gt;that looks like a legitimate site but has parameters in it that inject code into the original. &lt;br&gt;Then you can send this in a message to your victim and ensue world domination.&lt;br&gt;&lt;br&gt;&lt;br&gt;CSRF&lt;br&gt;&lt;br&gt;Cross-site request forgery, exploits a user&#039;s identity to use their authentication to gain&lt;br&gt;forbidden access. Such as making an appealing image for the victim to click that will&lt;br&gt;point to a url that uses the authentication of the victim to access thier personal information.&lt;br&gt;&lt;br&gt;Click-jacking&lt;br&gt;&lt;br&gt;Tricking a user to click on something that actually leads them somewhere they were not trying &lt;br&gt;to go. Such as making a hidden clickable element atop a different button or simply changing the&lt;br&gt;displayed text for a hyperlink.

'''Originally Posted By: Maxwell Gregory''' Maxwell Gregory<br>Mari Kaneshima<br>Samira Oliva<br>Pedro Flores<br><br><br>XSS<br><br>Cross-site scripting, works by client-side script injection. This can be done <br>by a user posting javascript to a webpage through a comment form that will get <br>excuted on form submission that the web page will then display their malicious code<br>upon being viewed by other users. You can also manipulate the query parameters of a url<br>that looks like a legitimate site but has parameters in it that inject code into the original. <br>Then you can send this in a message to your victim and ensue world domination.<br><br><br>CSRF<br><br>Cross-site request forgery, exploits a user's identity to use their authentication to gain<br>forbidden access. Such as making an appealing image for the victim to click that will<br>point to a url that uses the authentication of the victim to access thier personal information.<br><br>Click-jacking<br><br>Tricking a user to click on something that actually leads them somewhere they were not trying <br>to go. Such as making a hidden clickable element atop a different button or simply changing the<br>displayed text for a hyperlink.
X