当前位置:网站首页>[XSS range 10-14] insert when you see parameters: find hidden parameters and various attributes
[XSS range 10-14] insert when you see parameters: find hidden parameters and various attributes
2022-07-19 15:10:00 【Black zone (rise)】
Catalog
Less10( Find hidden parameters )
One 、 recommend
Less10( Find hidden parameters )
characteristic :
Insert
Look for available parameters
reflective
utilize :
Insert as soon as you see the parameters , See that there are parameters , insert
<script>alert()</script>
Right click on the source
The input content is HTML code
But we also found 3 Hidden parameters
t_link、t_history、t_sort
Assign values to the found parameters
?t_link=1&t_history=1&t_sort=1
Right click on the source
Find out t_sort=1 The value of is assigned successfully
Yes t_sort Parameter utilization
&t_sort=" οnclick="alert()" type="text"
Less11(Referer The ginseng )
characteristic :
Insert
There are filters
There are hidden parameters
towards Referer Parameter passed in
reflective
utilize :
Insert as soon as you see the parameters , See that there are parameters , insert
<script>alert()</script>
Right click on the source
The input content is HTML code
But we also found 3 Hidden parameters
t_link、t_history、t_sort、t_ref
Assign values to the found parameters
t_link=1&t_history=1&t_sort=1&t_ref=1
Right click on the source
Find out t_sort=1 The value of is assigned successfully
Yes t_sort Parameter utilization
&t_sort=" οnclick="alert()" type="text"
Did not produce the desired effect
Right click on the source
Found filtering
guess t_ref Abbreviations in ref May be http In the head Referer, Like head injection
open HackBar Of Referer The ginseng
"οnclick="alert(1)"type="text"
effect
Source code
Less12(ua The ginseng )
characteristic :
Insert
There are filters
There are hidden parameters
towards ua Parameter passed in
reflective
utilize :
Refer to the source code to see the parameters
t_link、t_history、t_sort、t_ua
t_ua According to the data in
ua It's worth it http In the head ua(user agent), Like head injection
open HackBar Of ua Pass on the reference
"οnclick="alert(1)"type="text"
effect
Source code
Less13(cookie The ginseng )
characteristic :
Insert
There are filters
There are hidden parameters
towards cookie Parameter passed in
reflective
utilize :
See source , See the parameters
t_link、t_history、t_sort、t_ua
t_cookie In the clear
cookie It's worth it http In the head cookie, Like head injection
open HackBar Of cookie Pass on the reference
"οnclick="alert(1)"type="text"
No effect
View source code
It didn't get in
Use bp try
Set up the agent , And open
Find out cookie There are also parameters in
Change it to :
user=" type="text" οnclick=alert() "
Then send the bag back
perhaps
user=" οnclick=alert() type="botton""
Less14( No injection )
characteristic :
Try to iframe In the injection
utilize :
View source code
Find out iframe Labels and src Attributes may have injection points
Use bp Grab the bag
Inject fruitless
Jump out later
No sponsors
ww1.exifviewer.org There are currently no sponsors .
边栏推荐
- Re understanding of Fourier transform
- 2022 P gas cylinder filling examination practice questions simulated examination platform operation
- Module 1 job
- 傅里叶变换的再理解
- 5-21 拦截器 Interceptor
- Is it safe to open a fund account online now?
- B树
- 07_服务注册与发现总结
- Several points to be analyzed in the domestic fpga/dsp/zynq scheme
- SBOM(Software Bill of Materials,软件物料清单)
猜你喜欢

1、DBMS基本概念

A - Trees on the level(树的层序遍历)

UCAS. Deep learning Final review knowledge points summary notes

ICML2022 | 幾何多模態對比錶示學習

Natural language processing model of bigscience open source bloom

PCIe Cameralink signal generator (Cameralink image analog source)

【xss靶场10-14】见参数就插:寻找隐藏参数、各种属性

BigScience 开源 Bloom 的自然语言处理模型

Leetcode 1296. 划分数组为连续数字的集合(已解决)

1. Basic concepts of DBMS
随机推荐
Tianqin Chapter 9 after class exercise code
微信小程序6-云开发-云数据库
Notes on random nodes of force buckle 382 linked list
Cilium & Hubble
模块1 作业
2、MYSQL介绍
微信小程序8-云函数
Distributed transaction summary
Icml2022 | géométrie multimodale Contrastive Representation Learning
2022 P gas cylinder filling examination practice questions simulated examination platform operation
A - Trees on the level(树的层序遍历)
微信小程序7-云存储
C - Matrix Chain Multiplication(栈的应用)
Damn it, why is there less space on the USB flash drive? It's the EFI partition. Delete it
Compositionapi component development paradigm
Unix ls
Istio XDS configuration generation implementation
MySQL 安装
Leetcode 1296. 划分数组为连续数字的集合(提供一种思路)
Deployment principle











Source code 



Source code 



View source code 






No sponsors