top of page
Search

preventing cross-site scripting - codeshoppy

  • Writer: Code Shoppy
    Code Shoppy
  • Jan 4, 2021
  • 2 min read

In this paper, the great threat Cross-Site Scripting (XSS) is introduced that faced with the web pages. Because of the impacts of such web threats during design and developing web pages, web developers must be aware and have adequate knowledge about varies type of web attacks and how to prevent or mitigate them. Web developers should have knowledge about how attackers attack websites and exploit weak points on websites during filling forms, registering and opening suspicious links or attachments in emails.99 Php Projects Topics Titles Ideas 2019 2020 MCA The important of this subject is to provide great details and information about identifying impacting and protecting from these types of web threats. It aims to provide both web developers and users with enough knowledge while developing and using websites to prevent from such attacks and reduce them impacting and protecting from these types of web threats. It aims to provide both web developers and users with enough knowledge while developing and using websites to prevent from such attacks and reduce them.In this paper use PHP’s functions to evaluate the efficiency of web pages for implementing it and to prevent XSS attack


The term “Web” that stands for World Wide Web (shortened to www) developed by Tim Berners, www is the service that the internet provides users to visit or browse documents (web pages) that linked by hypertext links. The main purpose of web is to share and participate data like, text, image, video etc. between web users.HTML (Hyper Text Markup Language) is a basic file of all web page, Web hangs on using hyperlinks to visit between web pages with a program named a web browser like Internet Explorer, Mozilla Firefox and Google Chrome. At early websites composed with only HTML (Static websites) and are restricted to exchange data. A few years latter world wide web became commercialized, a lot of server-side languages like PHP, ASP, JSP, Java Script, and VB Script as client-side language is invented and made the web most more interactive (Dynamic websites).99 Php Projects Topics Titles Ideas 2019 2020 MCA However, now web site and web application after invented those languages and techniques are becoming more usable, but the web threats and web attackers have also become the biggest issue for web server, so web designers need to create these components, incorporating the applicable criteria that follow. Cross-Site Scripting (XSS) threat is a code injection attack that lets an attacker to implement or execute harmful Java Script or other web script in browser of users.


The gap (weak point) lets injection of inputs comprising HTML tags and client-side scripts code.The code of XSS can be composed in any client-side scripting language. But JavaScript is used widely than other web scripts.99 Php Projects Topics Titles Ideas 2019 2020 MCA This attack can likewise be positioned through a link in an Email or on a web page that seems to be invented from the hacker’s web page.Among those attacks, XSS is the most well – know security issues in web application in the present and it’s dangerous because it gives the opportunity to other kind of attacks. Due to healthcare institute statistics. the XSS threat got third place of most common and dangerous web security threats.



 
 
 

Commentaires


©2019 by Android-PHP. Proudly created with Wix.com

bottom of page