PDA

View Full Version : What is Cross Site Scripting?



vkumar
07-26-2019, 11:56 PM
Hello friends,

I would Like to know that What is Cross Site Scripting?

PrimeItSolution
07-28-2019, 08:46 PM
Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user.

fisherinjurylaw
07-28-2019, 10:52 PM
Cross-site scripting is a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject client-side scripts into web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same-origin policy.

RH-Calvin
07-28-2019, 11:27 PM
Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject client-side scripts into web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same-origin policy.

murugaaprml
07-28-2019, 11:37 PM
XSS stands for Cross-Site Scripting which is a type of computer security vulnerability found in web applications that enables spammers, hackers and other attackers to inject client side scripts into web-pages viewed by other web surfers.

imriakapoor
07-28-2019, 11:58 PM
Cross-site scripting is a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject client-side scripts into web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same-origin policy.

vinayak
07-29-2019, 01:30 AM
Cross-site scripting (XSS) is a type of injection security attack in which an attacker injects data, such as a malicious script, into content from otherwise trusted websites. Cross-site scripting attacks happen when an untrusted source is allowed to inject its own code into a web application, and that malicious code is included with dynamic content delivered to a victim's browser.

Saurabh
07-29-2019, 10:33 PM
It is A type of malicious code that is injected to your site

akshay
07-29-2019, 11:13 PM
Cross-site scripting (XSS) is a type of injection security attack in which an attacker injects data, such as a malicious script, into content from otherwise trusted websites.

asad1997
07-30-2019, 01:56 AM
Cross-site scripting (also known as XSS) is a web security vulnerability that allows an attacker to compromise the interactions that users have with a vulnerable application.

ritesh3592
07-31-2019, 05:34 AM
It is a type of injection security attack in which an attacker injects data, such as a malicious script, into content from otherwise trusted websites. it is called as Cross-site scripting (XSS).