{"id":46997,"date":"2017-03-22T17:25:58","date_gmt":"2017-03-22T11:55:58","guid":{"rendered":"https:\/\/2thenew.today\/blog\/?p=46997"},"modified":"2017-03-22T17:33:20","modified_gmt":"2017-03-22T12:03:20","slug":"xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks","status":"publish","type":"post","link":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/","title":{"rendered":"XSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks"},"content":{"rendered":"<p>Have you witnessed a scenario where a trusted site gets injected with a malicious script attack? Well, commonly people refer this as a &#8220;&#8216;Cross Site Scripting&#8217; attack. The XSS scripts injected into a site can leak out sensitive data and information including cookies, session tokens, and auth tokens. The vulnerability of the XSS attack is very frequent but hard to patch.<\/p>\n<p><strong>How does XSS work?<\/strong><\/p>\n<p>On a web page, we generally interact with input boxes however, there are text areas that act as the document objects. They take\u00a0input from the\u00a0users and these are easily vulnerable.<\/p>\n<p>An XSS attack can execute malicious script anywhere in the web app. Here&#8217;s a quick example<\/p>\n<p>1.<b>An Input Value:<\/b><\/p>\n<p>[code]&lt;input type=\u201d&lt;script&gt; window.alert(\u201cMalicious Script injected!!!!\u201d) &lt;\/script&gt;\u201d &gt; [\/code]<\/p>\n<p>2.\u00a0<b>An attribute of HTML tag:<\/b><\/p>\n<p>[code]&lt;iframe src=\u201d&lt;script&gt; window.alert(\u201cMalicious Script injected!!!!\u201d) &lt;\/script&gt;\u201d&gt; &lt;\/iframe[\/code]<\/p>\n<p>3.\u00a0<b>An event binding on HTML tag:<\/b><\/p>\n<p>[code]&lt;div onmousehover=\u201d&lt;script&gt; window.alert(\u201cMalicious Script injected!!!!\u201d) &lt;\/script&gt;\u201d&gt; &lt;\/div&gt;[\/code]<\/p>\n<p><strong>There are majorly three types of XSS attacks:<\/strong><\/p>\n<p><strong>&#8211; Non-persistent XSS:<\/strong>\u00a0Such an attack is normally prevalent where an\u00a0input\u00a0is accepted without any validation. In such a scenario, a script is sent as a request in an input and this is then shown as a response on the web page.<\/p>\n<p><strong>&#8211; Persistent XSS:<\/strong>\u00a0In such an attack a script is sent as data and stored in the database. The script is executed when the user runs the application.<\/p>\n<p><strong>&#8211; DOM based or (TYPE-0) XSS:<\/strong>\u00a0DOM based XSS only executes on the client side and not the server side. This is the most advanced and least-known types of XSS.<\/p>\n<h2 style=\"text-align: center\"><span style=\"color: #333399\">Xss Attack Model<\/span><\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-47049 aligncenter\" src=\"\/blog\/wp-ttn-blog\/uploads\/2017\/03\/how-xss-works-910x404.png\" alt=\"how-xss-works-910x404\" width=\"910\" height=\"404\" srcset=\"https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2017\/03\/how-xss-works-910x404.png 910w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2017\/03\/how-xss-works-910x404-300x133.png 300w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2017\/03\/how-xss-works-910x404-624x277.png 624w\" sizes=\"auto, (max-width: 910px) 100vw, 910px\" \/><\/p>\n<p>Our this blog is a series wherein the first blog aims to give you an overview of XSS attack so that you can keep your application secure from XSS attacks. Our second blog will be a continuation from this blog and it will detail out an entire list of XSS preventions. Watch out our blog page for more updates.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Have you witnessed a scenario where a trusted site gets injected with a malicious script attack? Well, commonly people refer this as a &#8220;&#8216;Cross Site Scripting&#8217; attack. The XSS scripts injected into a site can leak out sensitive data and information including cookies, session tokens, and auth tokens. The vulnerability of the XSS attack is [&hellip;]<\/p>\n","protected":false},"author":904,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":13,"footnotes":""},"categories":[2026,3917,1994,1],"tags":[4513,227,4511,4512],"class_list":["post-46997","post","type-post","status-publish","format-standard","hentry","category-appsec","category-product-engineering-2","category-software-development","category-technology","tag-cross-scripting","tag-grail-security","tag-vulnerability-scanning","tag-xss-attacks"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"This blog gives an overview of XSS attacks with XSS attack model, vulnerabilities, and types of attacks.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Arushi Shukla\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"This blog gives an overview of XSS attacks with XSS attack model, vulnerabilities, and types of attacks.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This blog gives an overview of XSS attacks with XSS attack model, vulnerabilities, and types of attacks.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#article\",\"name\":\"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities | TO THE NEW Blog\",\"headline\":\"XSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/arushi-shukla\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2017\\\/03\\\/how-xss-works-910x404.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#articleImage\"},\"datePublished\":\"2017-03-22T17:25:58+05:30\",\"dateModified\":\"2017-03-22T17:33:20+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#webpage\"},\"articleSection\":\"Application Security, Product Engineering, Software development, Technology, Cross Scripting, Grails Security, Vulnerability Scanning, XSS attacks\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#listItem\",\"name\":\"XSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#listItem\",\"position\":3,\"name\":\"XSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/arushi-shukla\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/arushi-shukla\\\/\",\"name\":\"Arushi Shukla\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/3c5664e5-918e-4b30-8f0a-8e6613fc6721_380-Arushi-Shukla-PROFILEPICTURE.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Arushi Shukla\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/\",\"name\":\"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities | TO THE NEW Blog\",\"description\":\"This blog gives an overview of XSS attacks with XSS attack model, vulnerabilities, and types of attacks.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/arushi-shukla\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/arushi-shukla\\\/#author\"},\"datePublished\":\"2017-03-22T17:25:58+05:30\",\"dateModified\":\"2017-03-22T17:33:20+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities | TO THE NEW Blog","description":"This blog gives an overview of XSS attacks with XSS attack model, vulnerabilities, and types of attacks.","canonical_url":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#article","name":"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities | TO THE NEW Blog","headline":"XSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks","author":{"@id":"https:\/\/2thenew.today\/blog\/author\/arushi-shukla\/#author"},"publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2017\/03\/how-xss-works-910x404.png","@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#articleImage"},"datePublished":"2017-03-22T17:25:58+05:30","dateModified":"2017-03-22T17:33:20+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#webpage"},"articleSection":"Application Security, Product Engineering, Software development, Technology, Cross Scripting, Grails Security, Vulnerability Scanning, XSS attacks"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.today\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.today\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#listItem","name":"XSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#listItem","position":3,"name":"XSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.today\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.today\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.today\/blog\/author\/arushi-shukla\/#author","url":"https:\/\/2thenew.today\/blog\/author\/arushi-shukla\/","name":"Arushi Shukla","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/3c5664e5-918e-4b30-8f0a-8e6613fc6721_380-Arushi-Shukla-PROFILEPICTURE.jpeg","width":96,"height":96,"caption":"Arushi Shukla"}},{"@type":"WebPage","@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#webpage","url":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/","name":"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities | TO THE NEW Blog","description":"This blog gives an overview of XSS attacks with XSS attack model, vulnerabilities, and types of attacks.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.today\/blog\/author\/arushi-shukla\/#author"},"creator":{"@id":"https:\/\/2thenew.today\/blog\/author\/arushi-shukla\/#author"},"datePublished":"2017-03-22T17:25:58+05:30","dateModified":"2017-03-22T17:33:20+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.today\/blog\/#website","url":"https:\/\/2thenew.today\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities | TO THE NEW Blog","og:description":"This blog gives an overview of XSS attacks with XSS attack model, vulnerabilities, and types of attacks.","og:url":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/","og:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities | TO THE NEW Blog","twitter:description":"This blog gives an overview of XSS attacks with XSS attack model, vulnerabilities, and types of attacks.","twitter:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"46997","title":"XSS (Cross Scripting) Blog Series I Blog 1: Overview, Types of Attacks, Vulnerabilities  | #site_title","description":"This blog gives an overview of XSS attacks with XSS attack model, vulnerabilities, and types of attacks.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 12:29:07","updated":"2024-02-29 08:38:30","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tXSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.today\/blog"},{"label":"Technology","link":"https:\/\/2thenew.today\/blog\/category\/technology\/"},{"label":"XSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks","link":"https:\/\/2thenew.today\/blog\/xss-cross-site-scripting-blog-series-i-blog-1-overview-vulnerabilities-and-types-of-attacks\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/46997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/users\/904"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/comments?post=46997"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/46997\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/media?parent=46997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/categories?post=46997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/tags?post=46997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}